Heygen | Video Translate
Translate video content into 100+ languages with automatic lip-sync using Heygen. Supports a wide range of language and regional dialect options for global content localization.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "heygen-video-translate",
"version": "0.0.1",
"input": {
"video": "https://example.com/english-presentation.mp4",
"output_language": "Spanish"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| output_language | string | English | Target language for translation. Supports 100+ languages and regional dialects including English, Spanish, French, Hindi, Italian, German, Polish, Portuguese, Chinese, Japanese, Dutch, Turkish, Korean, Danish, Arabic, Romanian, and many more |
| video | string | Input video file URL (.mp4) |
Examples
Translate to Japanese:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "heygen-video-translate",
"version": "0.0.1",
"input": {
"video": "https://example.com/product-demo.mp4",
"output_language": "Japanese"
}
}'
Translate to Brazilian Portuguese:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "heygen-video-translate",
"version": "0.0.1",
"input": {
"video": "https://example.com/tutorial-video.mp4",
"output_language": "Portuguese(Brazil)"
}
}'
Translate to Mandarin Chinese:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "heygen-video-translate",
"version": "0.0.1",
"input": {
"video": "https://example.com/marketing-video.mp4",
"output_language": "Mandarin"
}
}'
Related Models
- wizper - Audio transcription and translation
- merge-videos - Merge translated video segments