GET
/v1/schemas/fal/video/fal-ai%2Fbytedance%2Fomnihuman%2Fv1.5
Accept:
Request body
6 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio_url* | string | The 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* | string | The URL of the image used to generate the video | |
| turbo_mode | boolean | Generate a video at a faster rate with a slight quality trade-off. | default: false |
| prompt | string | The text prompt used to guide the video generation. | nullable |
| mask_url | string | The URL of the mask image to apply to the image. Only the person in the white area of the mask will speak. | nullable |
| resolution | enum | The 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 tokensshell
$ 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", …}]}