Create voice clone
Create a voice clone and add it to your Voices
Headers
xi-api-key
Request
This endpoint expects a multipart form with multiple files.
name
The name that identifies this voice. This will be displayed in the dropdown of the website.
files
A list of file paths to audio recordings intended for voice cloning.
remove_background_noise
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.
description
A description of the voice.
labels
Serialized labels dictionary for the voice.
Response
Successful Response
voice_id
The ID of the newly created voice.
requires_verification
Whether the voice requires verification
Errors
422
Voices Add Request Unprocessable Entity Error