Video Translation Batches
Get Video Translation 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 Video Translation Batch
Authorizations
HeyGen API key. Obtain from your HeyGen dashboard.
Path Parameters
Unique video-translation batch identifier returned by POST /v3/video-translations/batches
Query Parameters
Items per page (1-100).
Required range:
1 <= x <= 100Opaque pagination cursor from a previous response.
Response
Successful response
Previous
Bulk video translation statusesReturns statuses for up to 100 video translations in one request, addressed by comma-separated video_translation_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 Video Translation Batch

