POST
/
voices
curl --request POST \
  --url https://eu-west-1.api.neuphonic.com/voices \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "message": "<string>",
    "voice_id": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Query Parameters

voice_name
string
required

The name of the voice to be cloned.

voice_tags
string[]

A list of tags associated with the voice for categorization or metadata.

Body

multipart/form-data
voice_file
file
required

The audio file containing the voice sample to be cloned.

Response

200
application/json
Successful Response
data
object

The data payload for the response.