Create voice clone

POST
/v1/voices/add

Create a voice clone and add it to your Voices

Request

This endpoint expects a multipart form with multiple files.
namestringRequired

The name that identifies this voice. This will be displayed in the dropdown of the website.

filesfilesRequired
remove_background_noisebooleanOptionalDefaults to false

If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse.

descriptionstringOptional

How would you describe the voice?

labelsstringOptional

Serialized labels dictionary for the voice.

Response

Successful Response

voice_idstring
requires_verificationboolean

Errors

Built with