Base URL
Authentication
Every request must include your API key in theAuthorization header.
Endpoints
Chat completions
Generate a chat response from a model given a list of messages.
Completions
Generate a text completion given a prompt.
OpenAI compatibility
The Inducta API is compatible with the OpenAI SDK. Pointbase_url to https://api.inducta.ai/v1 and use your Inducta API key.
Rate limits
Rate limits depend on your plan. Contact sales for details on dedicated capacity.Errors
The API returns standard HTTP status codes.| Code | Description |
|---|---|
401 | Invalid or missing API key |
429 | Rate limit exceeded |
500 | Internal server error |