cURL
curl --request GET \ --url https://api.heygen.com/v3/lipsyncs/{lipsync_id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "status": "pending", "title": "<string>", "duration": 123, "video_url": "<string>", "caption_url": "<string>", "callback_id": "<string>", "created_at": 123, "failure_message": "<string>" } }
Returns details for a lipsync job including status, video_url, caption_url, and failure info if applicable.
HeyGen API key. Obtain from your HeyGen dashboard.
Unique lipsync identifier
Successful response
Detailed lipsync resource.
Show child attributes