#How to use voices from voice library in API

1 messages · Page 1 of 1 (latest)

crystal delta
tidal karma
#

Just a minute let me try this

#

these are few voices i added from voice library to my voice lab

#

when i try to use that voice-id and run tts

curl --request POST
--url https://api.elevenlabs.io/v1/text-to-speech/1qEiC6qsybMkmnNdVMbK
--header 'Content-Type: application/json'
--data '{
"text": "Hi hello how are you doing ?",
"voice_settings": {
"stability": 0.5,
"similarity_boost": 0.5
}
}'

i get this error
{"detail":{"status":"voice_not_found","message":"A voice for the voice_id 1qEiC6qsybMkmnNdVMbK was not found."}}

#

@crystal delta please help