Rate Limiting
Rate limiting is enforced at the infrastructure level to ensure fair usage and platform stability. The API itself does not enforce per-request rate limits — this is handled by the upstream proxy layer.Current Limits
Rate limits are applied per API key. Contact us if you need higher limits.
Rate Limit Headers
When rate limiting is active, the following headers are included in responses:Handling Rate Limits
If you exceed the rate limit, you’ll receive a429 Too Many Requests response. Implement exponential backoff in your integration: