Rate Limit
Our API uses rate limiting to promote fair usage and keep the service stable for everyone. If you exceed the limit, the API returns a 429 Too Many Requests response along with headers that help you decide when to retry.
Rate Limits
- Default rate limit: 300 requests per minute per API key
Rate Limit Headers
Every response includes headers that help you monitor your usage:
Header | Description | Example |
---|---|---|
x-ratelimit-limit | Maximum number of requests allowed in the current window | 300 |
x-ratelimit-remaining | Requests left in the current window | 299 |
x-ratelimit-window | Time counter when the current window resets | 00:00:29.3021958 |
Updated about 5 hours ago