GET

/v1/schemas/fal/video/fal-ai%2Feditto?kind=output

kind outputactivity videohash 2bd6ac3fextracted Jul 6, 2026version currentsource upstream spec ↗

Response body

4 properties · 3 required · 2 $defs
propertytypedescriptionconstraints
seed*integerThe seed used for generation.
video*VideoFileThe generated image to video file.
prompt*stringThe prompt used for generation.
frames_zipFileZIP archive of all video frames if requested.nullable

Validate a payload

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