API reference
Rate limits
Requests are rate limited per account. Exceeding a limit returns 429 with a Retry-After header (seconds).
| Scope | Limit |
|---|---|
| Per account (all keys) | 60 create requests / minute (raisable on request) |
Polling GET /api/v1/task is light; the limits above apply to creating tasks. Back off on 429 rather than retrying immediately.