cURL
curl --request GET \ --url https://api.example.com/api/audio/tts/voices
[ { "id": "<string>", "name": "<string>", "provider": "<string>" } ]
Get list of available voices from ElevenLabs (live API call).
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.
TTS provider (e.g., 'elevenlabs')
Successful Response