Rate Limits

Understanding API rate limits and how to handle them

Rate Limit by Plan

PlanRequests/Hour
Starter1,000
Professional5,000
Business20,000
EnterpriseCustom

Rate Limit Headers

API responses include rate limit information in headers:

X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
X-RateLimit-Reset: 1640000000

Handling Rate Limits

When you exceed the rate limit, you'll receive a 429 status code. Implement exponential backoff to retry requests.

Full rate limit documentation will be available when Orivela AI launches. Join the waitlist to be notified.