Skip to content
Last updated

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.


Returns

The file upload configuration object with supported and unsupported file categories.

cURL
curl -s "https://api.aitronos.com/v1/files/config" | python3 -m json.tool