Skip to main content
GET
/
v3
/
videos
/
{video_id}
Get video details
curl --request GET \
  --url https://api.heygen.com/v3/videos/{video_id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

video_id
string
required

Unique video identifier

Response

Successful response

data
VideoDetail · object

Video resource returned by list and detail endpoints.

If output_language is present the video is a translated video; otherwise it is a generated video.