GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv3%2Fturbo%2Fstandard%2Fimage-to-video

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

Request body

4 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
image_url*stringFirst-frame reference image. Formats: .jpg/.jpeg/.png; max 50MB; min 300px per side; aspect ratio within 1:2.5 to 2.5:1.
multi_promptKlingV3MultiPromptElement[]Multi-shot storyboard (1-6 shots). Each shot has its own prompt and duration; the total duration must not exceed 15s. Mutually exclusive with `prompt`.nullable
durationenumVideo length in seconds.3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: "5"
promptstringOptional text prompt. For best results keep the prompt under 2500 characters. Mutually exclusive with `multi_prompt`.length ≤ 3072 · nullable

Validate a payload

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