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

# Rate Limiting

> Understanding nexroute API rate limits

To ensure fair usage and stability of the platform, the nexroute API implements rate limiting.

## Limits

The default rate limits are:

| Window         | Limit            |
| :------------- | :--------------- |
| **5 seconds**  | **20 requests**  |
| **60 seconds** | **120 requests** |

Both windows are enforced simultaneously. The short window allows brief bursts while the longer window caps your sustained throughput.

## Exceeding the Limit

If you exceed the rate limit, the API will return a `429 Too Many Requests` response.

```json theme={null}
{
  "code": "RATE_LIMIT_EXCEEDED",
  "message": "Too many requests. Please try again later."
}
```

## Increasing Limits

If you require higher limits for your application, please reach out to our team to discuss a custom plan.
