GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv1.6%2Fstandard%2Feffects

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

Request body

3 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
effect_scene*enumThe effect scene to use for the video generationhug | kiss | heart_gesture | squish | expansion | fuzzyfuzzy · +192 more
durationenumThe duration of the generated video in seconds5 | 10 · default: "5"
input_image_urlsstring[]URL of images to be used for hug, kiss or heart_gesture video.

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.6/standard/effects","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}