GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv1.5%2Fpro%2Fimage-to-video

kind inputactivity videohash d1bb5137extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

9 properties · 2 required · 2 $defs
propertytypedescriptionconstraints
image_url*string
prompt*stringlength ≤ 2500
aspect_ratioenumThe aspect ratio of the generated video frame16:9 | 9:16 | 1:1 · default: "16:9"
tail_image_urlstringURL of the image to be used for the end of the videonullable
dynamic_masksDynamicMask[]List of dynamic masksnullable
static_mask_urlstringURL of the image for Static Brush Application Area (Mask image created by users using the motion brush)nullable
negative_promptstringlength ≤ 2500 · default: "blur, distort, and low quality"
cfg_scalenumberThe CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt.0 ≤ n ≤ 1 · default: 0.5
durationenumThe duration of the generated video in seconds5 | 10 · default: "5"

Validate a payload

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