curl --location 'https://api.myvocal.ai/sound_clone/api/v1/tts/list' \ --header 'accessKey: xxx'
{ "code": 1, "message": "Success", "data": { "hasMore": true, "earliestHistoryItemId": "2186", "list": [ { "voiceId": "7813", "voiceName": "test", "id": "2197", "title": "female", "text": "Generate a text-to-speech audio using a voice of your choice and returns audio stream.", "useChars": 86, "language": "original_english", "channel": "api" }, { "voiceId": "7789", "voiceName": "FirstClonedVoice", "id": "2194", "title": "female", "text": "Generate a text-to-speech audio using a voice of your choice and returns audio stream.", "useChars": 86, "language": "original_english", "channel": "api" } ] } }
Return metadata about all your generated tts audio.
Show Toggle object