#Calling voice id in the api call doesnt work🟥
1 messages · Page 1 of 1 (latest)
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?
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?
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?
You need to click on VIEW from MY VOICES
ok need to click the hide view button
I added to screenshot already..
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
Can you show your script?
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
What does the API call look like on Make?
Are you sure you are using the ID correctly? It should look like this..
"voice": {
"fillerInjectionEnabled": false,
"provider": "11labs",
"voiceId": "0HIYRskoDnGprV4Q1rdZ",
"model": "eleven_turbo_v2_5" },
Is it a ElevenLabs module in Make? I'm not familiar with it..
ok fixed