curl --location 'https://api.myvocal.ai/sound_clone/api/v1/cover/query' \ --header 'accessKey: xxx' \ --header 'Content-Type: application/json' \ --data '{ "ids":["22","13"] }'
{ "code": 1, "message": "Success", "data": [ { "id": "2195", "url": "xxxx" }, { "id": "2196", "url": "xxxx" } ] }
Get ai cover audio url.
Show Toggle object