Rate Limits
Rate limits are applied per API key. Exceeding a limit returns 429 Too Many Requests.
Handling 429s
Retry with exponential backoff. The response includes a Retry-After header (in seconds) when the limit is time-based.
Rate limits are applied per API key. Exceeding a limit returns 429 Too Many Requests.
Retry with exponential backoff. The response includes a Retry-After header (in seconds) when the limit is time-based.