cURL
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>"
Use your files or youtube links to do a cover and return the audio.
Singer ID, If you input the custom model training ID, please use the string format.
Youtube Link
Adjusting the tone
File stream
Use custom singer
Successful Response
The response is of type any.
any