Rate Limits
VoiceLab360 enforces rate limits to ensure platform stability for all users.Limits by plan
Limits apply per API key. Multiple keys under the same workspace share the workspace-level limit.
Rate limit headers
Every response includes rate limit state in the following headers:Handling rate limit errors
When the limit is exceeded the API returns HTTP429 with error code RATE_LIMIT_EXCEEDED. Implement exponential backoff and wait until the time indicated in X-RateLimit-Reset before retrying.
