Rate Limits
API requests are rate-limited per organization based on your billing plan. Limits are enforced per minute using a sliding window.
Limits by Plan
Rate Limit Headers
All API responses include rate limit information:
RateLimit-Limit
: Maximum requests per minuteRateLimit-Remaining
: Requests left in current windowRateLimit-Reset
: Unix timestamp when limit resets
Rate Limit Exceeded
When you exceed your limit, you’ll receive a 429 Too Many Requests
response with a Retry-After
header indicating seconds until you can retry.