GET
/v1/schemas/fal/audio/fal-ai%2Fminimax%2Fvoice-design?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| custom_voice_id* | string | The voice_id of the generated voice | |
| audio* | File | The preview audio using the generated voice |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/minimax/voice-design","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}