List Available Voices
- Python
- JavaScript
Filter Voices
- Python
- JavaScript
Get Voice Details
- Python
- JavaScript
Use a Specific Voice
Pass thevoice_id (Python) or voiceId (JavaScript) parameter when generating speech:
- Python
- JavaScript
- Python
- JavaScript
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 |