GET

/v1/schemas/elevenlabs/audio/v1%2Fsimilar-voices?kind=output

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

Response body

4 properties · 2 required · 2 $defs
propertytypedescriptionconstraints
voices*LibraryVoiceResponseModel[]The list of shared voices
has_more*booleanWhether there are more shared voices in subsequent pages.
total_countintegerThe total number of shared voices matching the query.default: 0
last_sort_idstringnullable

Validate a payload

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