Default limits
Every API key is rate-limited to prevent abuse and ensure fair access.| Limit | Default |
|---|---|
| Requests per minute | 60 |
| Per-key override | Configurable per key |
Response headers
Every response includes rate-limit headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Max requests allowed in the window |
X-RateLimit-Remaining | Requests remaining |
X-RateLimit-Reset | Unix timestamp when the window resets |
Exceeding the limit
When you exceed the limit, the API returns 429 Too Many Requests with aRetry-After header: