List Voices
Voices
List Voices
Get all available TTS voices for voice agents
GET
List Voices
Description
Returns all available text-to-speech voices that can be used when creating or updating voice agents. Use thevoice_id from the response when setting the voice for your agents.
Authentication
Your Teli API key
Response Fields
Whether the request was successful
Total number of available voices
Array of voice objects
Always returns
"Teli"Example Request
Example Response
200
Usage with Agents
Use thevoice_id when creating or updating a voice agent:
Voice Providers
All voices are provided through Teli Voice and include voices from multiple high-quality TTS providers:| Provider | Voice ID Prefix | Quality |
|---|---|---|
| Teli Voice (ElevenLabs) | 11labs- | Ultra-realistic |
| Teli Voice (OpenAI) | openai- | Natural |
| Teli Voice (Deepgram) | deepgram- | Fast |
| Teli Voice (Cartesia) | cartesia- | Expressive |
Notes
- Voice availability may vary based on your plan
- Some voices support multiple languages
- Voice IDs are stable and can be stored for agent configuration
- Use gender and accent filters in your UI to help users find the right voice
Related Endpoints
- Create Agent - Create voice agent with selected voice
- Update Agent - Change agent voice
- List Agents - View configured agents

