Skip to main content
Welcome to the YouRouter API reference. All endpoints use the base URL https://api.yourouter.ai/v1 and accept JSON request bodies. Authenticate using your API key in the Authorization header:
curl https://api.yourouter.ai/v1/models \
  -H "Authorization: Bearer YOUR_API_KEY"
Responses are returned as JSON objects. Unless noted otherwise, all error responses follow the OpenAI format.
I