Voices
List Voices
Retrieve a paginated list of voices available for video narration
GET
Retrieves a paginated list of voices. You can request public voices from our voice library, your custom cloned voices, or both.
See Error Handling for more details.
Query Parameters
The type of voices to retrieve.Allowed values:
public, cloned, allpublic: Public library voices available to all userscloned: Your custom cloned voicesall: Both public and cloned voices (default)
Filter voices by gender.Allowed values:
male, femaleFilter voices by age group.Allowed values:
young, middle_aged, oldFilter voices by language (ISO 639-1 code).Allowed values:
en, es, pt, de, fr, it, caMaximum number of voices to return per page.Range: 1-100
Number of voices to skip (for pagination).Minimum: 0
Response
List of voice objects.
Pagination information.
Usage with Video Creation
Once you’ve retrieved the voice list, use the voicevoice_id when creating videos:
Error Codes
| Code | Status | Description |
|---|---|---|
INVALID_PARAMETER | 400 | Invalid value for type, gender, age, language, limit, or offset |
VALIDATION_ERROR | 400 | Query parameter validation failed |
INVALID_API_KEY | 401 | Invalid or missing API key |

