GET
/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fo3%2F4k%2Fimage-to-video
Accept:
Request body
7 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | URL of the start frame image. | |
| generate_audio | boolean | Whether to generate native audio for the video. | default: false |
| shot_type | enum | The type of multi-shot video generation. 'intelligent' lets the model automatically determine shot structure. | customize | intelligent · default: "customize" |
| end_image_url | string | URL of the end frame image (optional). | nullable |
| multi_prompt | KlingV3MultiPromptElement[] | List of prompts for multi-shot video generation. | nullable |
| duration | enum | Video duration in seconds (3-15s). | 3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: "5" |
| prompt | string | Text prompt for video generation. Either prompt or multi_prompt must be provided, but not both. | length ≤ 2500 · nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kling-video/o3/4k/image-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}