GET

/v1/schemas/elevenlabs/audio/v1%2Fvoices%2Fadd?kind=output

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

Response body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
voice_id*stringThe ID of the newly created voice.
requires_verification*booleanWhether the voice requires verification

Validate a payload

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