GET
/v1/schemas/fal/video/argil%2Favatars%2Ftext-to-video?kind=output
Accept:
Response body
4 properties · 0 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| moderation_transcription | string | nullable | |
| moderation_error | string | nullable | |
| moderation_flagged | boolean | default: false | |
| video | Video | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"argil/avatars/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}