GET
/v1/schemas/fal/audio/fal-ai%2Fzonos
Accept:
Request body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The content generated using cloned voice. | |
| reference_audio_url* | string | The reference audio. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/zonos","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}