GET
/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv1%2Fstandard%2Feffects
Accept:
Request body
3 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| effect_scene* | enum | The effect scene to use for the video generation | hug | kiss | heart_gesture | squish | expansion | fuzzyfuzzy · +192 more |
| duration | enum | The duration of the generated video in seconds | 5 | 10 · default: "5" |
| input_image_urls | string[] | URL of images to be used for hug, kiss or heart_gesture video. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kling-video/v1/standard/effects","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}