Get Available Voices
GET/tts/voices
Retrieves the complete list of available voices for text-to-speech conversion.
Use the name field from the response in your TTS request's voiceName parameter.
Voice Categories
The service provides 29 prebuilt voices:
- Female voices: Achernar, Aoede, Autonoe, Callirrhoe, Despina, Erinome, Gacrux, Kore, Laomedeia, Leda, Pulcherrima, Sulafat, Vindemiatrix, Zephyr
- Male voices: Achird, Algenib, Algieba, Alnilam, Enceladus, Fenrir, Iapetus, Orus, Puck, Rasalghethi, Sadachbia, Sadaltager, Schedar, Umbriel, Zubenelgenubi
Example Usage
curl -X GET "https://api.example.com/ai/api/v2/tts/voices" \
-H "Authorization: your-user-uuid"
Responses
- 200
- 401
- 500
Successfully retrieved voices
Authentication failed
Server error occurred