Skip to main content
Requests are rate-limited per API key on a fixed one-minute window.

Budget headers

Every /v1 response carries your current budget:

Exceeding the limit

When you exceed the limit, the API returns 429 with a Retry-After header (integer seconds to wait) and the standard error envelope:
Build for back-off: when you receive a 429, pause for Retry-After seconds before retrying. Watch X-RateLimit-Remaining-Minute to slow down before you hit the ceiling.