Developer Docs
Integrate advanced AI into your applications through a unified interface. Our specialized expert models deliver superior performance in healthcare, finance, code, and enterprise workflows.
Mini, Healthcare, Finance, Code, and domain specialists. Intelligent model routing ensures optimal performance for every task with transparent token-based pricing.
Learn how the CandexAI API works, obtain credentials from your account team, and make your first authenticated request. Full API access is provided to enterprise customers after onboarding.
Our REST API supports chat completions, agent orchestration, and knowledge-base retrieval. Request parameters, model IDs, and response schemas are shared in your onboarding package and Postman collection.
Best practices for streaming responses, error handling, rate limits, and on-premise deployment. For step-by-step recipes, see the AI Cookbook; for connectors, see Integrations.
Get started with CandexAI in minutes. Here's a simple example to make your first API call:
curl -X POST https://api.CandexAI.co.in/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "CandexAI-mini",
"messages": [{"role": "user", "content": "Hello, world"}]
}'