Current Limits
- 200 requests per minute per project.
429 Too Many Requests response until the window resets.
Response Headers
Every response includes standard rate limit headers so you can monitor usage:X-RateLimit-Limit– the maximum number of requests allowed in the current window.X-RateLimit-Remaining– the number of requests remaining in the current window.X-RateLimit-Reset– the time (in seconds) until the rate limit resets.
Best Practices
- Monitor the rate limit headers in your integration.
- Implement exponential backoff or retry logic when receiving
429responses. - If you need higher limits, contact support.
