List Available Voices
- Python
- JavaScript
- Java
- cURL
Filter Voices
- Python
- JavaScript
- Java
- cURL
Get Voice Details
- Python
- JavaScript
- Java
- cURL
Use a Specific Voice
Pass thevoice_id (Python), voiceId (JavaScript), or voice_id JSON field (cURL) when generating speech:
- Python
- JavaScript
- Java
- cURL
- Python
- JavaScript
- Java
- cURL
Voice Properties
Each voice includes the following information:| Property | Type | Description |
|---|---|---|
id | int | Unique voice ID |
name | string | Human-readable name |
description | string | Voice description |
category | string | premade, cloned, or generated |
sex | string | male, female, or neutral |
age | string | young, middle_aged, or old |
supported_languages | list | ISO 639-1 language codes |
sample_text | string | Sample text for preview |
sample_url | string | Sample audio URL |
is_public | bool | Whether the voice is publicly available |
verified | bool | Whether the voice has been verified |
Next Steps
Voice Cloning
Create custom voices from audio samples
Generate Speech
Generate audio with your chosen voice
Streaming
Stream audio in real-time