GET

/v1/schemas/fal/video/fal-ai%2Fflashtalk

kind inputactivity videohash 57aa0a63extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

3 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the face reference image.
audio_url*stringURL of the speech audio file (WAV, MP3, etc).
seedintegerRandom seed for reproducibility.nullable

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", …}]}