The nexroute API uses API keys to authenticate requests.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.
Authentication Header
Authentication to the API is performed via theX-API-Key header. You must include your API key in every request to the API.
Example Request
Here is an example of a request authenticated with an API key:Error Codes
If your API key is missing, invalid, or expired, the API will return a401 Unauthorized error.
| Code | Description |
|---|---|
UNAUTHORIZED | API key is missing or invalid. |
KEY_EXPIRED | API key has expired. Please reach out to our team to renew. |