Skip to main contentFile Storage API Documentation
Base URL
Authentication
All API requests require authentication using an API key passed in the request header.
Header:
To obtain an API key, please contact us.
Notes
- Maximum file size limits may apply (contact us for details)
- File content is returned as base64-encoded strings for files under 4 MB
- Files 4 MB or larger require separate handling using the provided metadata
- The
sizeBytes field is returned as a string to handle large file sizes
- Use the health check endpoint to verify your API key is configured correctly