GET
/v1/schemas/fal/video/decart%2Flucy2-vton%2Frealtime?kind=output
Accept:
Response body
0 properties · 0 required · 0 $defsThis schema isn’t a plain object with properties — showing the raw JSON instead.
application/json
{
"provider": "fal",
"activity": "video",
"endpointId": "decart/lucy2-vton/realtime",
"kind": "output",
"contentHash": "82ef96cebaf5fbe16269fd18b0240d78f5b9b90a4155a17eb797115b09148ecf",
"specRevision": null,
"provenance": {
"sourceUrl": "https://api.fal.ai/v1/models?expand=openapi-3.0#decart/lucy2-vton/realtime",
"sourceHash": "d7438916b8a55966c825c94c475fd771e48fa4127aa919dc5f85c9a17574f8ad",
"fetchedAt": 1783331098,
"extractorVersion": "1"
},
"createdAt": 1783331098,
"supersededAt": null,
"schema": {
"type": "object",
"additionalProperties": true
}
}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", …}]}