Limits
| Endpoint | Per-minute | Per-month |
|---|---|---|
/v0/* | 60 | 25,000 |
/api/* | 60 | 25,000 |
/v0/* or /api/* counts as 1 request, regardless
of how much data it returns. Health checks are free.
Rate limit responses
When you hit a limit, the API returns429 Too Many Requests with the
window and retry timing. The SDKs handle short bursts automatically with
exponential backoff.
- Per-minute
- Per-month
Usage dashboard
Every request shows up under Usage > Request Log with endpoint, status, and latency. The same counts power the quotas — what you see is what’s being counted.Need more?
Contact us
Reach out from the dashboard if you need higher limits.

