Rate limiting is implemented to ensure fair usage of the API and maintain system stability. Each API endpoint has specific rate limits based on its resource intensity and security requirements.
1 requests per second
50 requests per second
10 requests per second
HTTP/1.1 429 Too Many Requests Content-Type: application/json { "error": "rate_limit_exceeded", "message": "Rate limit exceeded. Please try again in 60 seconds.", "retry_after": 60 }
If you need higher rate limits for your use case, please contact our support team at [email protected]. We will evaluate your requirements and adjust the limits accordingly.