Create IVC voice

Create a voice clone and add it to your Voices

Headers

xi-api-keystringRequired

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
A list of file paths to audio recordings intended for voice cloning.
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
A description of the voice.
labelsstringOptional
Serialized labels dictionary for the voice.

Response

Successful Response
voice_idstring
The ID of the newly created voice.
requires_verificationboolean
Whether the voice requires verification

Errors