GET

/v1/schemas/elevenlabs/audio/v1%2Fsimilar-voices

kind inputactivity audiohash 4c8c20efextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

3 properties · 0 required · 0 $defs
propertytypedescriptionconstraints
audio_filestringformat: binary
similarity_thresholdnumberThreshold for voice similarity between provided sample and library voices. Values range from 0 to 2. The smaller the value the more similar voices will be returned.nullable
top_kintegerNumber of most similar voices to return. If similarity_threshold is provided, less than this number of voices may be returned. Values range from 1 to 100.nullable

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", …}]}