GET

/v1/schemas/fal/video/fal-ai%2Flatentsync

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

Request body

5 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringThe URL of the video to generate the lip sync for.
audio_url*stringThe URL of the audio to generate the lip sync for.
seedintegerRandom seed for generation. If None, a random seed will be used.nullable
guidance_scalenumberGuidance scale for the model inference1 ≤ n ≤ 2 · default: 1
loop_modeenumVideo loop mode when audio is longer than video. Options: pingpong, looppingpong | loop · nullable

Validate a payload

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