#I found a Hindi voice in Elven Labs' web app called "Saanu - Soft and Calm" , How can I find voice
1 messages · Page 1 of 1 (latest)
To find the voice ID for "Saanu - Soft and Calm" in the ElevenLabs web app, you can follow these steps:
- Go to the My Voices section in the ElevenLabs web app.
- Select the voice "Saanu - Soft and Calm" to open up its details in the right-hand pane.
- Hover over the 'ID' button to display the voice ID.
- Click the 'ID' button to copy the voice ID to your clipboard.
You can then use this voice ID in your API requests. If you need to fetch all the voices in your library via the API, you can use the following code snippet:
import requests
import json
XI_API_KEY = "<xi-api-key>"
url = "https://api.elevenlabs.io/v1/voices"
headers = {
"Accept": "application/json",
"xi-api-key": XI_API_KEY,
"Content-Type": "application/json"
}
response = requests.get(url, headers=headers)
data = response.json()
for voice in data['voices']:
print(f"{voice['name']}; {voice['voice_id']}")
This will return both the default voices and any voices you have added. Make sure to replace <xi-api-key> with your actual API key.
I don't see anything there. I can only see these details Saanu - Soft and Calm
46.5K
67M
9.3M
This voice is of a veteran Indian actress (of course, name changed). So her voice has a good amount of emotions in it. This voice will be very good for social media, audiobooks, and for conversational use cases.
Professional Voice Clone
HQ
2 years
Middle Aged
Female
Hindi
Entertainment & TV
Similar voices