Getting Started
Rate limiting
Optimize API usage with rate limits and retry guidance.
To ensure fair usage and optimal performance of the API, default rate limiting has been implemented with a threshold set at 60 requests per minute.
Please contact us if you would like to increase it.
If the rate limit is exceeded, subsequent requests will receive a 429 Too Many Requests status code, indicating that the limit has been reached for the current time window. Users are encouraged to implement appropriate throttling mechanisms on their end to avoid exceeding the rate limit and to handle 429 responses gracefully by backing off and retrying requests after a brief delay.