1Get API Key
Sign in to the connected customer console and create a key.
Configure, authenticate, and validate the exact feature you plan to ship.
Sign in to the connected customer console and create a key.
Use the detected OpenAI-compatible base URL and a supported model ID.
Run an authenticated smoke test before moving the integration to production.
curl -X POST https://api.kineticrouter.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $KINETICROUTER_API_KEY" -d '{
"model": "openai/gpt-5.4",
"messages": [{"role": "user", "content": "Hello World!"}]
}'Use the connected console for an authoritative API key and account capabilities.
Open console