API Rate Limits
To ensure fair usage and maintain the quality of service for all users, Fewzen AI implements rate limits on API requests. This guide explains our rate limiting policy, how to work within these limits, and best practices for optimizing your API usage.
Current Rate Limits
Plan | Requests per Minute | Requests per Hour | Requests per Day |
---|---|---|---|
Free | 60 | 1,000 | 10,000 |
Basic | 300 | 5,000 | 50,000 |
Professional | 1,000 | 20,000 | 200,000 |
Enterprise | Custom | Custom | Custom |
Note: Enterprise customers can contact our sales team for custom rate limits tailored to their specific needs.
Understanding Rate Limit Headers
Fewzen AI includes rate limit information in the response headers of each API request. You can use these headers to track your current usage and avoid exceeding the limits:
Header | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests allowed in the current time window |
X-RateLimit-Remaining | The number of requests remaining in the current time window |
X-RateLimit-Reset | The time at which the current rate limit window resets, in UTC epoch seconds |
Handling Rate Limit Errors
If you exceed the rate limit, the API will return a 429 Too Many Requests response. The response will include a Retry-After header indicating the number of seconds to wait before making another request.
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
Retry-After: 60
{
"error": {
"message": "Rate limit exceeded. Please try again later.",
"type": "rate_limit_error"
}
}
Best Practices for Managing Rate Limits
Rate Limit Increase Requests
If you find that your current rate limits are insufficient for your use case, you can request an increase by following these steps:
- Log in to your Fewzen AI dashboard
- Navigate to the "API Settings" section
- Click on "Request Rate Limit Increase"
- Fill out the form, providing details about your use case and required limits
- Submit the request for review
Our team will review your request and get back to you within 2-3 business days. Please note that rate limit increases may require upgrading to a higher tier plan.
Need Help Managing Your API Usage?
Our team is here to help you optimize your Fewzen AI integration and work effectively within the rate limits. If you have any questions or need assistance, don't hesitate to reach out.
Contact Support