GET

/v1/schemas/fal/video/fal-ai%2Fheygen%2Fv2%2Ftranslate%2Fspeed

kind inputactivity videohash ab882397extracted Jul 24, 2026version currentsource upstream spec ↗

Request body

9 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringURL of the video to translate. Maximum length is 8 minutes.
output_language*enumThe target language to translate the video intoEnglish | Spanish | French | Hindi | Italian | German · +172 more
speaker_numintegerNumber of speakers in the videonullable
enable_captionbooleanGenerate an SRT caption file alongside the translated video.default: false
translate_audio_onlybooleanTranslate only the audio, ignore the faces and only translate the voice tracknullable
srt_urlstringOptional URL of a custom SRT subtitle file.nullable
srt_roleenumWhether the custom SRT applies to the source or translated video.input | output · nullable
brand_glossary_idstringHeyGen brand glossary ID for custom term translations.nullable
enable_dynamic_durationbooleanEnable dynamic duration to enhance conversational fluidity between languages with different speaking ratesnullable

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/heygen/v2/translate/speed","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}