Python
from elevenlabs import ElevenLabs client = ElevenLabs( api_key="YOUR_API_KEY", ) client.voice_generation.generate_parameters()
{ "genders": [ { "name": "<string>", "code": "<string>" } ], "accents": [ { "name": "<string>", "code": "<string>" } ], "ages": [ { "name": "<string>", "code": "<string>" } ], "minimum_characters": 123, "maximum_characters": 123, "minimum_accent_strength": 123, "maximum_accent_strength": 123 }
View possible parameters for voice generation.
Successful Response
Show child attributes
Was this page helpful?