GET

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

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

Request body

4 properties · 0 required · 1 $defs
propertytypedescriptionconstraints
durationenumVideo length in seconds.3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: "5"
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
aspect_ratioenumThe aspect ratio (width:height) of the generated video.16:9 | 9:16 | 1:1 · default: "16:9"
promptstringText prompt to generate the video with. 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/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}