cURL
curl --request GET \ --url https://api.heygen.com/v3/video-translations \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "status": "pending", "title": "<string>", "output_language": "<string>", "input_language": "<string>", "duration": 123, "translate_audio_only": true, "video_url": "<string>", "audio_url": "<string>", "callback_id": "<string>", "created_at": 123, "failure_message": "<string>" } ], "has_more": true, "next_token": "<string>" }
List video translations with cursor-based pagination.
HeyGen API key. Obtain from your HeyGen dashboard.
Maximum number of items per page
1 <= x <= 100
Opaque cursor token for the next page
Successful response
Show child attributes
Whether more pages are available
Opaque cursor for the next page