curl --location 'https://api.myvocal.ai/sound_clone/api/v1/cover/list' \ --header 'accessKey: xxx'
{ "code": 1, "message": "Success", "data": { "hasMore": false, "earliestHistoryItemId": "198", "list": [ { "voiceId": "458", "voiceName": "QWERTYUIOPASD", "id": "203", "title": "Beyonce T4", "useChars": 2616, "channel": "web" }, { "voiceId": "452", "voiceName": "@#$%^&Z", "id": "202", "title": "sd", "useChars": 2592, "channel": "api" } ] } }
Return metadata about all your generated tts audio.
Show Toggle object