GET
/v1/schemas/fal/video/fal-ai%2Fflashtalk?kind=output
Accept:
Response body
4 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| duration* | number | Video duration in seconds. | |
| seed* | integer | The seed used for generation. | |
| video* | File | Generated lip-synced avatar video (768x448, 25 FPS). | |
| timings | object | Timing breakdown. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/flashtalk","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}