> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trychannel3.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limits

### What are the rate limits?

Rate limits keep the API fast for everyone. Limits apply per API key.

| Plan       | Rate (req/s) | Burst | Daily quota |
| ---------- | ------------ | ----- | ----------- |
| `default`  | 50           | 100   | 10,000      |
| `high`     | 200          | 500   | 100,000     |
| `no-limit` | 1000         | 2000  | none        |

Need a higher plan? <a href="mailto:support@trychannel3.com">Contact us</a>.

If you exceed a limit, the API returns `429 Too Many Requests`. Back off and retry.
