GET

/v1/schemas/fal/video/fal-ai%2Fbytedance%2Fseedance%2Fv1.5%2Fpro%2Fimage-to-video

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

Request body

10 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe URL of the image used to generate video
prompt*stringThe text prompt used to generate the video
durationenumDuration of the video in seconds4 | 5 | 6 | 7 | 8 | 9 · +3 more · default: "5"
camera_fixedbooleanWhether to fix the camera positiondefault: false
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.default: true
end_image_urlstringThe URL of the image the video ends with. Defaults to None.nullable
generate_audiobooleanWhether to generate audio for the videodefault: true
seedintegerRandom seed to control video generation. Use -1 for random.nullable
resolutionenumVideo resolution - 480p for faster generation, 720p for balance, 1080p for higher quality480p | 720p | 1080p · default: "720p"
aspect_ratioenumThe aspect ratio of the generated video21:9 | 16:9 | 4:3 | 1:1 | 3:4 | 9:16 · +1 more · default: "16:9"

Validate a payload

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