GET
/v1/schemas/fal/audio/resemble-ai%2Fchatterboxhd%2Fspeech-to-speech?kind=output
Accept:
Response body
1 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| audio* | Audio | The generated voice-converted audio file. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"resemble-ai/chatterboxhd/speech-to-speech","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}