Rate Limits and Quotas
This guide outlines the technical limits and quotas you should be aware of when using our platform. These constraints ensure fair and stable access for all users and help maintain overall system performance.
API Rate Limiting – How It Works
To keep performance smooth and predictable—both for you and for us—we use a token bucket strategy to manage how many requests you can send to our API.
Rate Limit (Requests Per Second)
- You can send up to 30 requests per second (RPS).
- This is your steady, baseline allowance.
Replenishment
- Every second, your bucket gets 30 new tokens.
- You can spend those gradually or all at once.
- If you try to go beyond what’s available, the API responds with an HTTP
429
(Too Many Requests).
No Hard Quotas
- We don’t enforce daily or monthly limits.
- Everything runs on a rolling, continuous system. No resets.
Updated 3 days ago