Rate Limits
Voicebip enforces per-workspace rate limits using a Redis sliding window. Limits vary by tier.
Limits by Tier
429 Response
When your rate limit is exceeded, the API returns HTTP 429 with a Retry-After header:
The Retry-After header contains the number of seconds to wait before retrying.
How It Works
Rate limits are tracked per workspace (not per API key). The sliding window resets every minute. All API endpoints count toward the same limit.