POST
/
v1
/
clone
curl --request POST \
  --url https://api.topmediai.com/v1/clone \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form 'files=[
  null
]' \
  --form 'description=<string>'
{
  "speaker": "d330dcc61cfc4bc090ed3b21197eda41"
}

Headers

x-api-key
string

Query Parameters

model
enum<string>
required

An enumeration.

Available options:
Fast,
Gen

Body

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

Response

200
application/json
Successful Response
speaker
string
required
Example:

"d330dcc61cfc4bc090ed3b21197eda41"