GET
/v1/schemas/fal/video/fal-ai%2Fkandinsky5-pro%2Fimage-to-video
Accept:
Request body
7 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The prompt to generate the video from. | |
| image_url* | string | The URL of the image to use as a reference for the video generation. | |
| num_inference_steps | integer | 1 ≤ n ≤ 40 · default: 28 | |
| acceleration | enum | Acceleration level for faster generation. | none | regular · nullable |
| seed | integer | The seed to use for generation. If not provided, a random seed will be used. | nullable |
| duration | const | Video duration. | "5s" · default: "5s" |
| resolution | enum | Video resolution: 512p or 1024p. | 512P | 1024P · default: "512P" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kandinsky5-pro/image-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}