cURL
curl --request GET \ --url https://api.example.com/api/audio/stt/languages
[ { "code": "<string>", "name": "<string>" } ]
Get languages supported by a specific STT provider and model.
Documentation IndexFetch the complete documentation index at: https://docs.originsai.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.originsai.ai/llms.txt
Use this file to discover all available pages before exploring further.
STT provider (e.g., 'deepgram', 'sarvam')
STT model (e.g., 'nova-2', 'saaras:v3')
Successful Response