Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Mavera uses a sliding window rate limiting system to ensure fair usage and platform stability. Rate limits are applied per API key.Rate Limit Tiers
| Subscription Tier | Requests per Minute |
|---|---|
| Starter | 60 |
| Basic | 120 |
| Professional | 240 |
| Enterprise | 600 |
Rate limits are measured in a sliding 60-second window. If you exceed the limit, subsequent requests will receive a 429 error until the window resets.
Rate Limit Headers
Every API response includes rate limit information in the headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests allowed per minute |
X-RateLimit-Remaining | Requests remaining in current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
Handling Rate Limits
When you exceed the rate limit, you’ll receive a 429 response:Retry-After header indicates how many seconds to wait:
Best Practices
Implement Exponential Backoff
Monitor Your Usage
Track theX-RateLimit-Remaining header to proactively manage your request rate:
Implement Request Queuing
For high-volume applications, implement a request queue:Batch Requests When Possible
Instead of making multiple small requests, batch them when the API supports it:Endpoint-Specific Limits
Some endpoints have additional limits:| Endpoint | Additional Limit |
|---|---|
/mave/chat | Max 10 concurrent requests |
/focus-groups | Max 5 concurrent generations |
/video-analyses | Max 3 concurrent analyses |
Increasing Your Limits
Need higher rate limits? Options include:- Upgrade your subscription - Higher tiers have higher limits
- Contact sales - Enterprise customers can negotiate custom limits
- Optimize usage - Use batching and caching to reduce requests
Rate Limits in Production
Throttling, token bucket, semaphores, queuing
Error Handling
Handle 429 with retries
Authentication
API keys and setup
Contact Sales
Enterprise custom limits