Limit Types
Limits by Plan
Requests per minute apply across every endpoint on a single API key. Concurrent jobs count generation jobs that are queued or running on your account at any moment — image, video, voice, and talking-avatar combined.
The API is available on Creator plan and above. Free accounts do not have programmatic access.
Rate-Limited Response
Retry-After response header.
Best Practices
- Use
Idempotency-Keyon every create request. - Poll with backoff instead of polling every second.
- Use webhooks for production completion handling.
- Avoid starting many high-credit video jobs at the same time.
- Cache
/v1/modelsand/v1/pricingfor at least a few minutes.

