Skip to main content
Rate limits are applied per API key. Exceeding a limit returns 429 Too Many Requests. These are throughput protections against abuse of a single key, not a signal about system capacity — see Performance.

Handling 429s

Retry with exponential backoff. The response includes a Retry-After header (in seconds) when the limit is time-based.