Skip to main content
Each API key is limited to 100 requests per minute. The window resets every 60 seconds on the minute boundary. Rate limits are enforced per API key, so each key has its own independent counter. Every response includes the following headers: When you exceed the limit, the API returns 429 Too Many Requests with a Retry-After header indicating how many seconds to wait before retrying.
Use exponential backoff when handling 429 responses. Wait for the Retry-After duration, then retry with the same request. Spread requests evenly across the minute rather than bursting at the window start.
Use separate API keys for development and production environments. Contact support if you need a higher rate limit for your use case.