Daily call limits
Every API key has a daily call limit based on its plan tier. The limit resets at midnight UTC.| Plan | Calls / day |
|---|---|
| Free | 100 |
| Starter | 1,000 |
| Pro | 5,000 |
| Business | 20,000 |
| Enterprise | Unlimited |
Checking your usage
daily_limit is -1 for Enterprise (unlimited).
Handling 429 responses
When you exceed your daily limit, the API returns429:
GET /v1/usage to monitor consumption and upgrade your plan if needed.
If Redis (the rate limiter backend) is unavailable, the API fails open — requests are allowed through rather than blocked. This prevents Redis downtime from taking down your integration.