To keep the system fast and fair for everyone, Mirage enforces simple rate limits on API requests.
Limits
| Feature | Limit (RPM) |
|---|
| Video Captions | 100 requests |
| Video Generation | 2 requests |
Note: These limits apply per organization. If you need higher throughput, talk to your account manager to raise your limits.
What happens when you exceed the limit?
When the limit is exceeded, the API returns HTTP 429 Too Many Requests.
Example 429 error response
{
"error": {
"type": "rate_limit_exceeded",
"message": "Rate limit exceeded."
}
}
Last modified on March 5, 2026