Skip to main content
POST
/
v1
/
cover
V1 Cover Singer
curl --request POST \
  --url https://api.topmediai.com/v1/cover \
  --header 'Content-Type: multipart/form-data' \
  --form 'singer_id=<string>' \
  --form 'youtube_url=<string>' \
  --form tran=123 \
  --form is_custom_singer=true \
  --form file=@example-file
"<any>"

Headers

x-api-key
string

Body

multipart/form-data
singer_id
required

Singer ID, If you input the custom model training ID, please use the string format.

youtube_url
string | null
default:""

Youtube Link

tran
integer | null
default:0

Adjusting the tone

file
file | null

File stream

is_custom_singer
boolean | null
default:false

Use custom singer

Response

Successful Response

The response is of type any.