GET

/v1/schemas/fal/video/decart%2Flucy-edit%2Fpro

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

Request body

5 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: true
resolutionenumResolution of the generated video720p · default: "720p"
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-edit/pro","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}