Voice design

POST
/v1/text-to-voice/create-previews

Create a voice from a text prompt.

Query parameters

output_formatenumOptionalDefaults to mp3_44100_192

The output format of the generated audio.

Request

This endpoint expects an object.
voice_descriptionstringRequired>=20 characters<=1000 characters

Description to use for the created voice.

textstringRequired>=100 characters<=1000 characters

Text to generate, text length has to be between 100 and 1000.

auto_generate_textbooleanOptionalDefaults to false

Whether to automatically generate a text suitable for the voice description.

Response

Successful Response

previewslist of objects
textstring
Built with