ProStack provides an API for file uploads, powered by Vercel Blob storage. This API allows you to upload files and receive URLs to access them.Documentation Index
Fetch the complete documentation index at: https://prostack.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
File Upload Endpoints
Upload File
Error Handling
If an error occurs during the upload process, the API will return an error response:- No file provided in the request
- Unsupported file type
- File size exceeds limits
- Storage service unavailable
Authentication Requirements
The upload API may require authentication depending on your application’s configuration. Make sure to include your authentication token if necessary:Supported File Types
ProStack supports the following file types for upload:- Images: jpg, jpeg, png, gif, webp
- Documents: pdf, doc, docx, txt
- Other media files as configured
Next Steps
Team API
Learn about team invitation API endpoints
Authentication API
Learn about the authentication API
