GET
/v1/schemas/fal/audio/fal-ai%2Fdia-tts%2Fvoice-clone
Accept:
Request body
1 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | The text to be converted to speech. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/dia-tts/voice-clone","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}