GET
/v1/schemas/fal/video/fal-ai%2Flatentsync
Accept:
Request body
5 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | The URL of the video to generate the lip sync for. | |
| audio_url* | string | The URL of the audio to generate the lip sync for. | |
| seed | integer | Random seed for generation. If None, a random seed will be used. | nullable |
| guidance_scale | number | Guidance scale for the model inference | 1 ≤ n ≤ 2 · default: 1 |
| loop_mode | enum | Video loop mode when audio is longer than video. Options: pingpong, loop | pingpong | loop · nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/latentsync","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}