GET

/v1/schemas/fal/image/fal-ai%2Ffilm?kind=output

kind outputactivity imagehash 673d847dextracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 0 required · 2 $defs
propertytypedescriptionconstraints
imagesImageFile[]The generated frames as individual images.default: []
videoVideoFileThe generated video file, if output_type is 'video'.nullable

Validate a payload

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