GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv2.6%2Fpro%2Fimage-to-video

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

Request body

7 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
start_image_url*stringURL of the image to be used for the video
prompt*stringlength ≤ 2500
generate_audiobooleanWhether to generate native audio for the video. Supports Chinese and English voice output. Other languages are automatically translated to English. For English speech, use lowercase letters; for acronyms or proper nouns, use uppercase.default: true
end_image_urlstringURL of the image to be used for the end of the videonullable
durationenumThe duration of the generated video in seconds5 | 10 · default: "5"
voice_idsstring[]Optional Voice IDs for video generation. Reference voices in your prompt with <<<voice_1>>> and <<<voice_2>>> (maximum 2 voices per task). Get voice IDs from the kling video create-voice endpoint: https://fal.ai/models/fal-ai/kling-video/create-voicenullable
negative_promptstringlength ≤ 2500 · default: "blur, distort, and low quality"

Validate a payload

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