cURL
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>" } '
{}
Update an overdub’s title.
HeyGen API key. Obtain from your HeyGen dashboard.
Unique overdub identifier
Request body for PATCH /v3/overdubs/{id}.
New title for the overdub
Successful response
Detailed overdub resource.
Show child attributes