GET
/v1/schemas/fal/video/fal-ai%2Fffmpeg-api%2Fimages-to-video
Accept:
Request body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| images* | ImageFrame[] | Ordered list of images to play as video frames. Each image is held for its specified number of frames before cutting to the next image. | items ≥ 1 · items ≤ 200 |
| fps | number | Frames per second of the output video. | 1 ≤ n ≤ 120 · default: 24 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/ffmpeg-api/images-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}