GET
/v1/schemas/fal/video/fal-ai%2Fbytedance%2Fomnihuman
Accept:
Request body
2 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. | |
| image_url* | string | The URL of the image used to generate the video |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/bytedance/omnihuman","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}