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 files=@example-file \
  --form 'description=<string>'
{
"speaker": "d330dcc61cfc4bc090ed3b21197eda41"
}

Headers

x-api-key
string

Query Parameters

model
enum<string>
required

An enumeration.

Available options:
Gen,
HD

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type object.