GET

/v1/schemas/elevenlabs/audio/v1%2Ftext-to-voice%2Fdesign?kind=output

kind outputactivity audiohash 39e8597bextracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
previews*VoicePreviewResponseModel[]The previews of the generated voices.
text*stringThe text used to preview the voices.

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"elevenlabs","endpointId":"v1/text-to-voice/design","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}