GET

/v1/schemas/fal/video/decart%2Flucy-restyle

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

Request body

6 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringURL of the video to edit
prompt*stringText description of the desired video contentlength ≤ 1500
sync_modebooleanIf set to true, the function will wait for the video to be generated and uploaded before returning the response. This will increase the latency of the function but it allows you to get the video directly in the response without going through the CDN.default: false
resolutionenumResolution of the generated video720p · default: "720p"
seedintegerSeed for video generation
enhance_promptbooleanWhether to enhance the prompt for better results.default: true

Validate a payload

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