cURL
curl --request PATCH \ --url https://api.heygen.com/v3/lipsyncs/{lipsync_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "title": "<string>" } '
{ "data": { "id": "<string>", "status": "pending", "title": "<string>", "duration": 123, "video_url": "<string>", "caption_url": "<string>", "callback_id": "<string>", "created_at": 123, "failure_message": "<string>" } }
Updates the display title of a lipsync job.
HeyGen API key. Obtain from your HeyGen dashboard.
Unique lipsync identifier
Request body for PATCH /v3/lipsyncs/{id}.
New title for the lipsync
Successful response
Detailed lipsync resource.
Show child attributes