Lipsync Batches
Get Lipsync Batch
Returns batch aggregate status and one page of items with their ids and statuses. Item statuses are one of queued, processing, completed, or failed. The per-item id is returned as video_id (the batch read model is shared with the videos batch API).
GET
Get Lipsync Batch
Authorizations
HeyGen API key. Obtain from your HeyGen dashboard.
Path Parameters
Unique lipsync batch identifier returned by POST /v3/lipsyncs/batches
Query Parameters
Items per page (1-100).
Required range:
1 <= x <= 100Opaque pagination cursor from a previous response.
Response
Successful response
Previous
Bulk lipsync statusesReturns statuses for up to 100 lipsyncs in one request, addressed by comma-separated lipsync_ids and/or batch_ids query params. Statuses are one of queued, processing, completed, or failed, plus not_found for unknown or unowned ids. Each returned entry carries its id as video_id (the status read model is shared with the videos batch API).
Next
Get Lipsync Batch

