RATE_LIMITED
Too many API requests in the current window.
HTTP status: 429
What it means
Too many API requests in the current window.
Why it happens
- Your API key exceeded its request rate (Trial 60/min, Starter 300/min, Pro 600/min, Studio 1200/min, sliding window).
How to fix it
- Back off until the
X-RateLimit-Resettime (epoch seconds) and retry. - Watch
X-RateLimit-Remainingon every response to pace your client.
Example
Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:
See the error index for the full catalog and the API overview for envelope semantics.