Introducing Naad v1

Developers

Developer hubDocumentationQuickstartModelsAudio & Voice APISpeech-to-SpeechAuthenticationError referenceSolutions

Resources

BlogSystem statusDesktop appsPricingSign inSign up

Oogam Documentation

One API for Indian-language voice: Text to Speech, Speech to Text (with English translation and speaker detection), and realtime Live talk over a WebSocket — 28 languages, one key, rupee billing.

bash
curl https://platform.oogam.ai/v1/audio/speech \
  -H "Authorization: Bearer $OOGAM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":"नमस्ते!","voice":"aditi","language":"HIN"}' \
  --output namaste.wav
EndpointDoes
POST /audio/speechText to Speech — text in, audio out
POST /audio/transcriptionsSpeech to Text — audio in, transcript out (sync or async)
POST /audio/translationsTranscribe to English from any supported language
POST /audio/speech-to-speechRe-voice a recording (batch)
POST /audio/conversationMulti-speaker dialogue — one clip, many voices
POST /audio/voice-changer · /audio/isolateVoice changer & noise isolation
POST /chat/completionsText & extraction — OpenAI-compatible, JSON-mode enforced
POST /embeddingsIndian-language embeddings (naad-embed-v1) — activating soon
POST /kbKnowledge bases — host documents, ground live calls
GET /modelsModel catalog with live flags
GET /voicesVoices & models with availability and live pricing
WS /realtimeLive conversation — mic in, agent voice out

REST base https://platform.oogam.ai/v1 · realtime wss://platform.oogam.ai/v1/realtime · auth Authorization: Bearer sk-setu-…