Build on CallMissed
OpenAI-compatible APIs for 300+ LLMs, Indic STT/TTS, real-time voice agents, and WhatsApp — one platform for Indian apps.
Quickstart
Create an API key and send your first chat completion in 5 minutes.
Documentation
Full API reference for LLM, STT, TTS, voice, WhatsApp, and webhooks.
API Playground
Test models, STT, TTS, and voice agents without writing code.
SDKs & Libraries
OpenAI-compatible — use official OpenAI SDKs with base URL api.callmissed.com.
Changelog
New models, endpoints, and breaking changes.
Code sample
curl https://api.callmissed.com/v1/chat/completions \
-H "Authorization: Bearer cm_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sarvam-30b",
"messages": [{"role": "user", "content": "Namaste! Order status?"}]
}'Need help? Help Center · Contact sales