Skip to main content
PATCH
/
v3
/
overdubs
/
{overdub_id}
Update overdub
curl --request PATCH \
  --url https://api.heygen.com/v3/overdubs/{overdub_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "title": "<string>"
}
'
{}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

overdub_id
string
required

Unique overdub identifier

Body

application/json

Request body for PATCH /v3/overdubs/{id}.

title
string
required

New title for the overdub

Response

Successful response

data
OverdubDetail · object

Detailed overdub resource.