Rate Limits
Understanding API rate limits and how to handle them
Rate Limit by Plan
| Plan | Requests/Hour |
|---|---|
| Starter | 1,000 |
| Professional | 5,000 |
| Business | 20,000 |
| Enterprise | Custom |
Rate Limit Headers
API responses include rate limit information in headers:
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
X-RateLimit-Reset: 1640000000Handling 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.