GET

/v1/schemas/fal/image/fal-ai%2Ffilm

kind inputactivity imagehash 7f6bd920extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

11 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
start_image_url*stringThe URL of the first image to use as the starting point for interpolation.
end_image_url*stringThe URL of the second image to use as the ending point for interpolation.
num_framesintegerThe number of frames to generate between the input images.1 ≤ n ≤ 64 · default: 1
include_startbooleanWhether to include the start image in the output.default: false
video_qualityenumThe quality of the output video. Only applicable if output_type is 'video'.low | medium | high | maximum · default: "high"
video_write_modeenumThe write mode of the output video. Only applicable if output_type is 'video'.fast | balanced | small · default: "balanced"
fpsintegerFrames per second for the output video. Only applicable if output_type is 'video'.1 ≤ n ≤ 60 · default: 8
image_formatenumThe format of the output images. Only applicable if output_type is 'images'.png | jpeg · default: "jpeg"
include_endbooleanWhether to include the end image in the output.default: false
output_typeenumThe type of output to generate; either individual images or a video.images | video · default: "images"
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.default: false

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", …}]}