GET
/v1/schemas/fal/video/fal-ai%2Fechomimic-v3
Accept:
Request body
8 properties · 3 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio_url* | string | The URL of the audio to use as a reference for the video generation. | |
| prompt* | string | The prompt to use for the video generation. | |
| image_url* | string | The URL of the image to use as a reference for the video generation. | |
| seed | integer | The seed to use for the video generation. | nullable |
| guidance_scale | number | The guidance scale to use for the video generation. | 1 ≤ n ≤ 10 · default: 4.5 |
| negative_prompt | string | The negative prompt to use for the video generation. | default: "" |
| audio_guidance_scale | number | The audio guidance scale to use for the video generation. | 0 ≤ n ≤ 10 · default: 2.5 |
| num_frames_per_generation | integer | The number of frames to generate at once. | 49 ≤ n ≤ 161 · default: 121 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/echomimic-v3","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}