Skip to main content
GET
/
v3
/
avatars
/
looks
/
{look_id}
Get avatar look details
curl --request GET \
  --url https://api.heygen.com/v3/avatars/looks/{look_id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

look_id
string
required

Unique avatar look identifier. This is the value to pass as avatar_id to POST /v3/videos.

Response

Successful response

data
AvatarLookItem · object

A single avatar look in the list response.

The id field is the look-level identifier to pass as avatar_id to POST /v3/videos.