GET

/v1/schemas/fal/video/fal-ai%2Fhunyuan-video%2Fvideo-to-video

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

Request body

9 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to generate the video from.
video_url*stringURL of the video input.
resolutionenumThe resolution of the video to generate.480p | 580p | 720p · default: "720p"
aspect_ratioenumThe aspect ratio of the video to generate.16:9 | 9:16 · default: "16:9"
num_framesenumThe number of frames to generate.129 | 85 · default: 129
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.default: false
strengthnumberStrength for Video-to-Video0.01 ≤ n ≤ 1 · default: 0.85
pro_modebooleanBy default, generations are done with 35 steps. Pro mode does 55 steps which results in higher quality videos but will take more time and cost 2x more billing units.default: false
seedintegerThe seed to use for generating the video.nullable

Validate a payload

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