Rate limits
Rate limits are applied per API key using a sliding window. Each endpoint belongs to a tier that determines its quota.
Last updated
Tiers
Response headers
Every authenticated response includes rate limit headers:
Handling 429 responses
When you exceed the limit, the API returns a 429 status with a Retry-After header containing the number of seconds to wait. Back off for that duration before retrying.