Rate limiting

Request rate limits, per-plan usage, and how to request a higher quota.

Request rate limit

Calls authenticated with an API key are rate-limited per key, and the per-minute limit scales with your plan — higher tiers get more throughput. Each key has its own bucket, so one key hitting its limit doesn't affect your others. Unauthenticated traffic is additionally capped per IP address.

Bursts above your limit receive an HTTP 429 Too Many Requests response with an empty body. Back off and retry after a short delay. A robust client retries 429 (and transient 5xx) responses with exponential backoff and jitter.

Per-plan usage

Beyond the request rate, your plan determines daily usage allowances and your credit balance (each analysis consumes credits). Allowances vary by plan and by modality — for example, higher tiers allow larger files, more analyses per day, and detailed reports.

You can see your current plan, credit balance, and remaining allowance in the dashboard.

Exact per-plan numbers can change as plans evolve. Check the dashboard for your live limits rather than hardcoding them.

Requesting a higher limit

Need more throughput, a higher daily allowance, or a custom enterprise quota? Contact us at info@raidxai.com — see Support.

On this page