GET
/v1/schemas/fal/audio/fal-ai%2Fkling-video%2Fcreate-voice
Accept:
Request body
1 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| voice_url* | string | URL of the voice audio file. Supports .mp3/.wav audio or .mp4/.mov video. Duration must be 5-30 seconds with clean, single-voice audio. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kling-video/create-voice","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}