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

# Rate Limits

> API rate limiting and throttling policies for Reddy endpoints

## Rate Limit Overview

All API endpoints are protected by rate limiting to ensure fair usage and system stability. Rate limits apply to authenticated requests using valid API keys.

| Endpoint Category                         | Rate Limit          |
| ----------------------------------------- | ------------------- |
| **Call Management** (`.../call/*`)        | 100 requests/minute |
| **Live Assist** (`.../live/*`)            | 100 requests/minute |
| **Miscellaneous** (`.../miscellaneous/*`) | 100 requests/minute |

<Warning>
  Rate limits are enforced per API key. Exceeding the limit will result in HTTP 429 (Too Many Requests) responses.
</Warning>
