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
headerrequired

API key

Body

multipart/form-data
file
file
required

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

Response

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