GET
/v1/schemas/fal/video/fal-ai%2Fheygen%2Favatar5%2Fdigital-twin?kind=output
Accept:
Response body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | File | The generated Avatar V video file. | |
| caption_file | File | Generated caption file (SRT) when ``caption=True`` and HeyGen returns one. | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/heygen/avatar5/digital-twin","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}