Rate Limits
Rate limiting is applied per API key, not globally across all keys.
Each API key has its own:
- Per-minute request limit
- Per-day request limit
These limits are configured when the key is created and can be updated later from the API admin screen.
New keys default to:
60requests/minute5000requests/day
When a key exceeds its configured limit, the API returns 429 RATE_LIMITED.