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