GET
/v1/schemas/fal/video/decart%2Flucy2-vton%2Frealtime
Accept:
Request body
3 properties · 0 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| reference_image_url | string | Reference image URL or data URI. When set, Lucy 2 will use this as a character reference for the transformation. | nullable |
| prompt | string | Text prompt for the real-time transformation. | default: "Substitute the current top with… |
| image_url | string | Image data URI or HTTP(S) URL for realtime frame input. Data URI format: data:image/<type>;base64,... | default: "" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"decart/lucy2-vton/realtime","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}