Skip to main content
POST
/
v1
/
clone
Clone Voice
curl --request POST \
  --url https://api.topmediai.com/v1/clone \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form 'description=<string>'
{
"speaker": "d330dcc61cfc4bc090ed3b21197eda41"
}

Headers

x-api-key
string

Query Parameters

model
enum<string>
required
Available options:
Gen,
HD

Body

multipart/form-data
name
string
required
Required string length: 1 - 50
files
file[] | null
description
string

Response

Successful Response

speaker
string
required
Example:

"d330dcc61cfc4bc090ed3b21197eda41"

I