Retrieve the list of voice languages supported by the Text-to-Speech service
GET /stt/languages — TTS supports a smaller set of voice-tuned languages (~30) whereas STT supports 39 transcription languages plus an auto auto-detect option.
language_id values from this endpoint when you filter voices by language or when you create custom / professional cloned voices.true on 200 responses"TTS languages retrieved successfully")"en", "hi", "fr"). Use this value when passing a language field to any voice-creation or voice-filter endpoint."English", "Hindi")/v1/languages, so the data array is the raw upstream response. Do not rely on the order being alphabetical — sort on the client side if needed.language field when creating a cloned voice via POST /voices or a professional voice via POST /voices/professional.