#Calling voice id in the api call doesnt work🟥

1 messages · Page 1 of 1 (latest)

finite rune
#

Calling voice id in the api call doesnt work🟥

#

I call feeven and also this 👇
"voiceId": "0HIYRskoDnGprV4Q1rdZ",
"model": "eleven_multilingual_v2"
},

but both doesn't work, how do i make sure its in the voice library?

twilit dirge
#

You must add a voice to your library to be able to use it. Once you add it you'll be able to get the ID to use in an api call

#

What exactly are you trying to do?

finite rune
#

try to call the voice from api

#

to say something , but it doesn't work

#

@twilit dirge can you show me how to add the voice to my lib?

twilit dirge
#

Voices > Library > + Add

#

My voices > Find voice > View > ID

finite rune
#

its what i did

#

still doesn't work

twilit dirge
#

Did you then go to VIEW to get the ID?

#

In your MY VOICES tab

finite rune
#

yes, but when i click use, i don't see any id....

twilit dirge
#

You need to click on VIEW from MY VOICES

finite rune
#

ok need to click the hide view button

twilit dirge
#

I added to screenshot already..

finite rune
#

i saw the id, but when i call it it says its not in from the api it doesn't work

#

i get an error

twilit dirge
#

Can you show your script?

finite rune
#

maybe i will replace api key , sec

#

which package supports the api calls? 11$?

twilit dirge
#

If you have multiple accounts you can only use the API key for the account that you added the voice to. Each voice you add to you library generates a unique voice id. So if I add the same voice I get a different ID.

#

You have API access on all tiers

finite rune
#

replaced api key, didn't help

#

i will check with vapi maybe its on their side....

twilit dirge
#

What does the API call look like on Make?
Are you sure you are using the ID correctly? It should look like this..

finite rune
#

"voice": {
"fillerInjectionEnabled": false,
"provider": "11labs",
"voiceId": "0HIYRskoDnGprV4Q1rdZ",
"model": "eleven_turbo_v2_5" },

twilit dirge
#

Is it a ElevenLabs module in Make? I'm not familiar with it..

finite rune
#

ok fixed