GET
/v1/schemas/fal/audio/fal-ai%2Fkling-video%2Fvideo-to-audio?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | File | The original video with dubbed audio applied | |
| audio* | File | The extracted/generated audio from the video in MP3 format |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kling-video/video-to-audio","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}