X-API-Key header:
rk_live_<12-character id>_<43-character secret>. Routeur stores only a hash of the secret, so a lost key cannot be shown again; ask for a new one and the old one can be revoked.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send your key with every request.
X-API-Key header:
curl https://api.routeur.app/v1/status -H "X-API-Key: $ROUTEUR_API_KEY"
curl https://api.routeur.app/v1/status -H "Authorization: Bearer $ROUTEUR_API_KEY"
rk_live_<12-character id>_<43-character secret>. Routeur stores only a hash of the secret, so a lost key cannot be shown again; ask for a new one and the old one can be revoked.
| Status | Code | When |
|---|---|---|
| 401 | api_key_required | No key was sent. |
| 401 | invalid_api_key | The key is malformed or unknown. |
| 401 | api_key_revoked | The key was revoked. |