Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.mirage.app/llms.txt

Use this file to discover all available pages before exploring further.

To keep the system fast and fair for everyone, Mirage enforces simple rate limits on API requests.

Limits

FeatureLimit (RPM)
Video Captions100 requests
Video Generation2 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 April 27, 2026