POST
/
api
/
voices

Any created voices are private to your account.

Uses multipart/form-data encoding to provide the name of the voice along with an audio file containing the voice to be used for cloning.

Authorizations

X-API-Key
string
header
required

API key

Body

multipart/form-data
file
file
required

An audio file containing a sample of the voice to clone.

name
string
required

Name for the cloned voice. Must be unique within your account.

description
string

Optional description for the voice. If not provided, a default description will be generated.

Response

200 - application/json
description
string | null
required
name
string
required
previewUrl
string | null
required
voiceId
string
required