v1
latestOpenAPI 3.1.02026-07-2665164286.3 KBVoices
Design a Voice
Returns up to 3 voices matching a natural language description (e.g. 'warm, confident female narrator'). Use the seed parameter to get different batches of results.
post/v3/voices
Request body
Response
Successful response
Example response
{
"data": {
"voices": [
{
"voice_id": "1bd001e7e50f421d891986aad5c8bbd2",
"name": "Sara",
"language": "English",
"gender": "female",
"preview_audio_url": "https://files.heygen.ai/voice/preview_sara.mp3",
"support_pause": true,
"support_locale": true
}
]
}
}