GET
/v1/schemas/fal/video/argil%2Favatars%2Ftext-to-video
Accept:
Request body
4 properties · 3 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | ||
| voice* | enum | Rachel | Clyde | Roger | Sarah | Laura | Thomas · +14 more | |
| avatar* | enum | Mia outdoor (UGC) | Lara (Masterclass) | Ines (UGC) | Maria (Masterclass) | Emma (UGC) | Sienna (Masterclass) · +22 more | |
| remove_background | boolean | Enabling the remove background feature will result in a 50% increase in the price. | default: false |
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", …}]}