Body
The number of TTS History queries at one time, supporting 10 ~ 1000 data queries at a time.
If this parameter is empty, the default value is 10.
If this parameter is provided, we will start tracing back to earlier TTS History from this TTS item.
If this parameter is empty, then we will default to tracing back directly from the most recent data.
Response
Indicates whether the call was successful. 1 if successful.
When an exception occurs, specific exception information will be provided in the message.
Includes specific data.
If there is no earlier created TTS item, then callback 1
If there are still earlier created TTS items, then callback 0
The earliest ttsid in this callback.
The specific info of TTS history queried this time.
character count of this TTS item.
The voiceid of the voice used to generate this TTS
TThe voicename of the voice used to generate this TTS.
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"
}
]
}
}