GET
/v1/schemas/elevenlabs/audio/v1%2Ftext-to-voice%2Fdesign?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| previews* | VoicePreviewResponseModel[] | The previews of the generated voices. | |
| text* | string | The text used to preview the voices. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/text-to-voice/design","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}