GET

/v1/schemas/fal/video/fal-ai%2Fheygen%2Fv3%2Flipsync%2Fspeed

kind inputactivity videohash d29e5ad3extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

9 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringURL of the replacement audio file.
video_url*stringURL of the source video to lip-sync.
enable_speech_enhancementbooleanEnhance the replacement audio quality.default: false
end_timenumberEnd time in seconds for partial lipsync.n ≥ 0 · nullable
disable_music_trackbooleanRemove background music from the source video.default: false
enable_captionbooleanGenerate captions in the output video.default: false
start_timenumberStart time in seconds for partial lipsync.n ≥ 0 · nullable
titlestringOptional title for the lipsync job.nullable
enable_dynamic_durationbooleanAllow duration adjustment to match the new audio.default: true

Validate a payload

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