FlowChat
Help Center
Integrations & API
Getting Started API
API Rate Limits
Rate limits help maintain platform stability and ensure fair usage across all customers.
Default Limits
Plan | Requests Per Minute |
|---|---|
Starter | 100 |
Professional | 1,000 |
Enterprise | Custom |
How Rate Limiting Works
Every API request counts toward your quota.
When the limit is reached:
Additional requests are temporarily blocked.
The API returns a
429 Too Many Requestsresponse.Requests can resume after the reset period.
Rate Limit Headers
Each response includes usage information.
Best Practices
Use Caching
Store frequently requested data locally to reduce API calls.
Batch Requests
Combine multiple operations into fewer requests whenever possible.
Retry Gracefully
Implement exponential backoff when receiving a 429 response.
Example:
Monitor Usage
Track API consumption through the dashboard to avoid unexpected interruptions.
Frequently Asked Questions
What happens if I exceed my rate limit?
The API returns a 429 response until your quota resets.
Can I request higher limits?
Yes. Enterprise customers can request custom rate limits based on usage requirements.
Do failed requests count toward the limit?
Yes. All requests are counted regardless of the response status.