GET

/v1/schemas/fal/video/fal-ai%2Fbytedance%2Fseedance%2Fv1%2Fpro%2Ffast%2Ftext-to-video

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

Request body

8 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe text prompt used to generate the video
durationenumDuration of the video in seconds2 | 3 | 4 | 5 | 6 | 7 · +5 more · default: "5"
num_framesintegerThe number of frames to generate. If provided, will override duration.29 ≤ n ≤ 289 · nullable
camera_fixedbooleanWhether to fix the camera positiondefault: false
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.default: 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: "1080p"
aspect_ratioenumThe aspect ratio of the generated video21:9 | 16:9 | 4:3 | 1:1 | 3:4 | 9:16 · 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/pro/fast/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}