35448566f143
List available voices
Returns all available AI voices for video narration, sorted by popularity. Use the voice id as the voiceId parameter when generating a video.
No authentication required. This is a public endpoint.
Multilingual support: All voices are multilingual and work across any language. Set the language parameter when generating a video and the voice will speak naturally in that language. The optimizedFor field lists languages where the voice has been specifically fine-tuned for best pronunciation and natural delivery.
Filtering: Use query parameters to narrow down voices by gender, accent, age, or use case. Combine multiple filters to find the perfect voice.
For full details and interactive testing, refer to the API documentation.
Query parameters
Filter by voice gender. Values: "male", "female", "neutral".
Filter by accent (case-insensitive). Examples: "American", "British", "Australian", "Indian".
Filter by age group. Values: "young", "middle_aged", "old".
Filter by recommended use case (case-insensitive). Examples: "narration", "conversational", "news", "audiobook", "social_media".
Filter to voices optimized for a specific language (ISO 639-1 code). Examples: "en", "es", "fr", "hi", "zh".
Search voices by name or description (case-insensitive). Examples: "roger", "energetic", "calm".
Response
OK