Add Voice

POST
/v1/voices/add

Add a new voice to your collection of voices in VoiceLab.

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_noisebooleanOptional

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