GET
/v1/schemas/elevenlabs/audio/v1%2Fsimilar-voices?kind=output
Accept:
Response body
4 properties · 2 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| voices* | LibraryVoiceResponseModel[] | The list of shared voices | |
| has_more* | boolean | Whether there are more shared voices in subsequent pages. | |
| total_count | integer | The total number of shared voices matching the query. | default: 0 |
| last_sort_id | string | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/similar-voices","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}