GET
/v1/schemas/fal/video/decart%2Flucy-2-5%2Frealtime?kind=output
Accept:
Response body
5 properties · 0 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| iceServers | object[] | nullable | |
| type | string | nullable | |
| sdp | string | nullable | |
| error | any | default: null | |
| candidate | object | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"decart/lucy-2-5/realtime","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}