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.
Category code corresponding to the gender of the generated voice. Possible values: female, male.
Category code corresponding to the accent of the generated voice. Possible values: british, american, african, australian, indian.
Category code corresponding to the age of the generated voice. Possible values: young, middle_aged, old.
The strength of the accent of the generated voice. Has to be between 0.3 and 2.0.
Text to generate, text length has to be between 100 and 1000.
Successful Response