https://kiosapi.com/v1/. Depending on the endpoint format you’re using, you append the appropriate path to this base. Configure this URL in your SDK once and all subsequent requests will route through KiosAPI.
Endpoint URLs
Configuring Your SDK
Set the base URL once when you initialize the client. The examples below show how to do this in the most common SDKs.- Python (OpenAI SDK)
- Node.js (OpenAI SDK)
- Python (Anthropic SDK)
Environment Variables
Avoid hardcoding the base URL or API key directly in your source code. Store them in a.env file and load them at runtime:
KiosAPI is designed as a drop-in replacement for OpenAI, Claude, and Gemini APIs. By setting the base URL to
kiosapi.com, you can use any existing OpenAI-compatible SDK without changing your application logic — just swap the URL and key.