Rate Limits
At JetPero, we apply rate limits to ensure fair usage, maintain high availability, and prevent abuse across our platform. Each pricing plan comes with different thresholds tailored for your API growth
π What Are Rate Limits?
Rate limits define the maximum number of API calls your project can make in a given time window (usually per minute or per month). This protects both your application and our platform from overload.
π Default Rate Limits by Plan
STARTER
5,000 calls/month
10 req/min
None
PRO
40,000 calls/month
50 req/min
Basic queue
BUSINESS
Unlimited*
150 req/min
Smart burst buffer
ENTERPRISE
Custom (5M β 25M+)
500+ req/min
Custom Config
*Business plan has soft limits to ensure fair usage across users. Abuse may lead to throttling or an upgrade prompt.
β± Time Window
We use rolling windows to calculate rate usage. For example, if your plan supports 50 requests per minute, the system evaluates usage over the last 60 seconds from any point in time.
βοΈ Behavior on Exceeding Limits
If your app exceeds the allowed threshold:
π« The request is rejected with HTTP
429 Too Many Requests
π
Retry-After
header tells you when to retry㪠Optional: You can configure email or Slack alerts when you're nearing 90% usage (Enterprise only)
π Best Practices
π Use caching when possible to avoid unnecessary calls
π§ Batch requests if your API supports it
β³ Implement exponential backoff when receiving 429 errors
π If you're polling data, switch to webhooks or streaming where applicable
π‘οΈ Protection Against Abuse
JetPero also implements abuse detection algorithms behind the scenes, such as:
Rapid repeated failures from the same IP
Suspicious spikes in burst traffic
Misuse of API keys
In such cases, traffic may be temporarily blocked even if below quota.
π‘ Need More Capacity?
Upgrade your plan at any time via the Dashboard to access higher thresholds or contact our team for enterprise scaling needs.
π€ Want Custom Rate Rules?
JetPeroβs Enterprise Tier supports:
Endpoint-specific throttling
User-based or team-based quotas
Regional IP limit configs
Multi-environment isolation
π Contact Sales to discuss your custom setup.
Last updated