Default limits
Rate limits are configured per API key through the API Console. Limits use a per-second sliding window. The default limit is set when you create a key and can be adjusted based on your needs.Contact support if you need higher rate limits than what’s available in the console.
Rate limit headers
When a rate limit is exceeded, the API returns a429 status code with a Retry-After header:
| Header | Description |
|---|---|
Retry-After | Seconds to wait before retrying (set to 1 on 429 responses) |
Handling 429 responses
When you exceed your rate limit, the API returns a429 status code:
Retry-After header to determine when to retry:

