GET
/v1/schemas/elevenlabs/audio/v1%2Fvoices%2Fadd?kind=output
Accept:
Response body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| voice_id* | string | The ID of the newly created voice. | |
| requires_verification* | boolean | Whether the voice requires verification |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/voices/add","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}