GET
/v1/schemas/fal/video/decart%2Flucy-restyle
Accept:
Request body
6 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | URL of the video to edit | |
| prompt* | string | Text description of the desired video content | length ≤ 1500 |
| sync_mode | boolean | If 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 |
| resolution | enum | Resolution of the generated video | 720p · default: "720p" |
| seed | integer | Seed for video generation | |
| enhance_prompt | boolean | Whether to enhance the prompt for better results. | default: true |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"decart/lucy-restyle","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}