GET

/v1/schemas/fal/video/fal-ai%2Fkrea-wan-14b%2Fvideo-to-video

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

Request body

5 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringPrompt for the video-to-video generation.
video_url*stringURL of the input video. Currently, only outputs of 16:9 aspect ratio and 480p resolution are supported. Video duration should be less than 1000 frames at 16fps, and output frames will be 6 plus a multiple of 12, for example 18, 30, 42, etc.
enable_prompt_expansionbooleanWhether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning.default: false
strengthnumberDenoising strength for the video-to-video generation. 0.0 preserves the original, 1.0 completely remakes the video.0.01 ≤ n ≤ 1 · default: 0.85
seedintegerSeed for the video-to-video generation.nullable

Validate a payload

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