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 is_custom_singer=false \ --form file=@example-file
"<any>"
Use your files or youtube links to do a cover and return the audio.
Singer ID
Youtube Link
Adjusting the tone
File stream
Use custom singer
Successful Response
The response is of type any.
any