Get supported file types, size limits, and chunk configuration. No authentication required.
GEThttps://api.aitronos.com/v1/files/config
Returns the file upload configuration including the maximum direct upload size, chunked upload chunk size, supported file types with their size limits, and categories of unsupported file types. This is a public endpoint that does not require authentication.
The file upload configuration object with supported and unsupported file categories.
cURL
- Bash
- Python
- Python
- JavaScript
curl -s "https://api.aitronos.com/v1/files/config" | python3 -m json.tool