Developers

Build on CallMissed

OpenAI-compatible APIs for 300+ LLMs, Indic STT/TTS, real-time voice agents, and WhatsApp — one platform for Indian apps.

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