GET

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

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

Response body

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

Validate a payload

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