Skip to main content
POST
Clone a Voice

Authorizations

X-API-KEY
string
header
required

Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.

Body

multipart/form-data
audio_clip
file
required

Audio file containing the voice sample to clone (Supported formats: WAV, MP3, M4A)

Pattern: .*\.(wav|mp3|m4a)$
name
string
required

A descriptive name for the cloned voice

Example:

"My Cloned Voice"

language
enum<string>
default:en
required

Language of the voice

Available options:
en,
fr,
de,
es,
pt,
zh,
ja,
hi,
it,
ko,
nl,
pl,
ru,
sv,
tr
gender
enum<string>
required

Gender of the voice

Available options:
male,
female
Example:

"female"

description
string

Additional details about the voice characteristics

Example:

"American Female"

Response

Voice cloned successfully

msg
string
Example:

"Voice cloned successfully"

err
boolean
Example:

false

results
object