GET

/v1/schemas/fal/video/fal-ai%2Fflashtalk?kind=output

kind outputactivity videohash a887a736extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

4 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
duration*numberVideo duration in seconds.
seed*integerThe seed used for generation.
video*FileGenerated lip-synced avatar video (768x448, 25 FPS).
timingsobjectTiming breakdown.

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/flashtalk","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}