#There is a voice in the online interface named Dakota H. HOwever when I use client.voices.get_all(
1 messages · Page 1 of 1 (latest)
AI-generated Answer for burke_94435
To access all available voices, including any legacy premade voices, you can use the show_legacy query parameter in your API request. Set show_legacy to true to include these voices in the response. Here's a Python example using the ElevenLabs API:
from elevenlabs import ElevenLabs
client = ElevenLabs(api_key="YOUR_API_KEY")
voices = client.voices.get_all(show_legacy=True)
Make sure to replace "YOUR_API_KEY" with your actual API key. This should help you retrieve the full list of voices, including Dakota H.
Dakota H is not a legacy voice