Skip to main content

Rate Limit Tiers

Need higher limits? Production and enterprise tiers offer significantly increased rate limits. Contact us at [email protected] to upgrade your plan.
TierRequests/secBurst CapacityMonthly Quota
Demo25 requests2,000
Production1020 requests100,000
EnterpriseCustomCustomUnlimited

Demo Tier

For demo API keys, the following restrictions apply:
Limit TypeValue
Requests per second2
Burst capacity5 requests
Monthly quota2,000 requests

Production Tier

Production API keys provide increased limits suitable for live applications:
Limit TypeValue
Requests per second10
Burst capacity20 requests
Monthly quota100,000 requests

Enterprise Tier

Enterprise customers receive fully customizable limits:
  • Requests per second: Up to 100+ (custom)
  • Monthly quota: Unlimited
  • Dedicated support: Priority response times
  • SLA: 99.9% uptime guarantee

Rate Limit Headers

The API returns rate limit information in response headers:
HeaderDescription
X-RateLimit-LimitMaximum requests allowed
X-RateLimit-RemainingRequests remaining in current window
X-RateLimit-ResetUnix timestamp when the limit resets

Handling Rate Limits

When you exceed the rate limit, the API returns a 429 Too Many Requests response:
{
  "message": "Rate limit exceeded"
}

Best Practices

Implement exponential backoff when you receive a 429 response.
  • Cache responses - Avoid redundant API calls for the same data
  • Batch requests - Use batch endpoints where available
  • Monitor usage - Use the API Usage endpoint to track consumption
  • Implement queuing - Queue requests during high-traffic periods

Increasing Your Limits

When your integration is production-ready and you need higher limits:
  1. Developer Portal - Upgrade at developers.webacy.co
  2. Account Manager - Contact your account manager for enterprise plans
  3. Support - Email [email protected]

Enterprise Plans

Enterprise customers receive:
  • Higher requests per second limits
  • Increased monthly quotas
  • Priority support
  • Custom rate limit configurations