CandexAI
Voice AI

Developer Docs

CandexAI API & Platform Documentation

Integrate advanced AI into your applications through a unified interface. Our specialized expert models deliver superior performance in healthcare, finance, code, and enterprise workflows.

Experience CandexAI Expert AI Models

Mini, Healthcare, Finance, Code, and domain specialists. Intelligent model routing ensures optimal performance for every task with transparent token-based pricing.

Getting Started

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.

API Reference

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.

Guides

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.

Quick Start

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"}]
  }'