POST
/
v1
/
cover
curl --request POST \
  --url https://api.topmediai.com/v1/cover \
  --header 'Content-Type: multipart/form-data' \
  --form singer_id=123 \
  --form youtube_url= \
  --form tran=0
"<any>"

Headers

x-api-key
string

Body

multipart/form-data
singer_id
integer
required

Singer ID

youtube_url
string
default:

Youtube Link

tran
integer
default:0

Adjusting the tone

file
file

File stream

Response

200
application/json
Successful Response

The response is of type any.