Add Sharing Voice - public_user_id parameter
Opened this issue · 0 comments
ZodiacFRA commented
Path: /api-reference/add-shared-voice
Hello :)
To add a shared voice (community made) to my library I need to call
/v1/voices/add/{public_user_id}/{voice_id}
However I cannot find where I can get my public_user_id
?
/v1/user
does not return it, and the only mention of it I see in the docs is here
you’ll need to retrieve your public user ID from the code snippet. Go back to https://elevenlabs.io/audio-native, and in the code snippet, copy the property called publicuserid.
Alas I cannot find any code snippet on this page (Note: I'm logged in, and the bottom of the page still has a login field?)
Do you know how I could get this public_user_id? :)
Have a nice day