#Can I use elevenlabs api to use create new voice design using the new Voice Design feature in eleve
1 messages · Page 1 of 1 (latest)
Yes, you can use the ElevenLabs API to create new voices using the Voice Design feature. This tool allows you to generate original, custom voices by selecting gender, age, and accent. Once created, these voices can be accessed and used through the ElevenLabs API for speech synthesis. Keep in mind that each time you generate a new voice, a small amount of characters is deducted from your account.
The online documentation does not have code examples on how to create voice using Voice Design using API, can you give me some code samples in python
I'm sorry, but I don't have specific code examples for creating a new voice using the Voice Design feature via the API. However, you can refer to the API documentation on the ElevenLabs website for guidance on using the API for various functionalities. If you have further questions or need assistance, feel free to ask!
Generate a random voice based on parameters. This method returns a generated_voice_id in the response header, and a sample of the voice in the body. If you like the generated voice call /v1/voice-generation/create-voice with the generated_voice_id to create the voice.
When I tried, in requests it is asking for the voice ID, which I did not get as a part of the file