API Limitation
To ensure a performant and stable API we enforce specific limits on specific endpoints, in addition to our general API Rate Limit of 6 requests per second.
Currently, the following endpoint(s) have specific limitations, as described below:
File Download
The Download files endpoint is limited to projects with less than 10,000 key-language pairs (for example, a project with 1,000 keys and 10 languages has 10,000 key-language pairs). Projects larger than this must use the Download files (Async) endpoint instead. The two endpoints have an identical request payload, but the Async endpoint returns a Process ID instead of the Download URL. This Process ID can be used with our Retrieve a process endpoint to fetch the Download URL when the request is complete.
Updated 3 days ago