cURL
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 \ --form file=@example-file
"<any>"
Use your files or youtube links to do a cover and return the audio.
Successful Response
The response is of type any.
any