HTTP 429 status code.
We have several limit policies in the API, including:
- Request limitations of body size.
- Rate limitations of concurrent number of requests.
Rate limitations
For most APIs, we allows up to 50 read operations per second and 50 write operations per second inproduction mode, and 25 operations per second for each in test mode.
Increased rates are available for premium plans.
Request limitations
Our API is limited to 16 MB (16.777.216 bytes) per request. AHTTP 413 error will be returned if the request exceeds the limitation.
Please review our acceptable use policy as part of your onboarding.
