GET

/v1/schemas/fal/video/fal-ai%2Fbytedance%2Fomnihuman

kind inputactivity videohash 115e81d2extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringThe URL of the audio file to generate the video. Audio must be under 30s long.
image_url*stringThe URL of the image used to generate the video

Validate a payload

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