Skip to main content
GET
/
v3
/
voices
/
{voice_id}
Get Voice
curl --request GET \
  --url https://api.heygen.com/v3/voices/{voice_id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "voice_id": "<string>",
    "support_pause": true,
    "name": "<string>",
    "language": "<string>",
    "gender": "<string>",
    "preview_audio_url": "<string>",
    "status": "processing",
    "failure_message": "<string>",
    "support_interactive_avatar": false,
    "created_at": 123
  }
}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

voice_id
string
required

Unique voice identifier

Response

Successful response

data
VoiceDetailV3 · object

Response payload for GET /v3/voices/{voice_id}.