GET

/v1/schemas/fal/video/fal-ai%2Fbytedance%2Fomnihuman%2Fv1.5

kind inputactivity videohash 053bc32aextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

6 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringThe URL of the audio file to generate the video. Audio must be under 30s long for 1080p generation and under 60s long for 720p generation.
image_url*stringThe URL of the image used to generate the video
turbo_modebooleanGenerate a video at a faster rate with a slight quality trade-off.default: false
promptstringThe text prompt used to guide the video generation.nullable
mask_urlstringThe URL of the mask image to apply to the image. Only the person in the white area of the mask will speak.nullable
resolutionenumThe resolution of the generated video. Defaults to 1080p. 720p generation is faster and higher in quality. 1080p generation is limited to 30s audio and 720p generation is limited to 60s audio.720p | 1080p · default: "1080p"

Validate a payload

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