Skip to main content

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.

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

Limits

The default rate limits are:
WindowLimit
5 seconds20 requests
60 seconds120 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.
{
  "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.