Request Code Samples
curl --location --request GET 'https://api.topview.ai/v1/voice/query?pageNo=&pageSize=&language=&gender=&age=&style=&isCustom' \
--header 'Topview-Uid;' \
--header 'Authorization;'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"voiceId": "string",
"voiceName": "string",
"bestSupportLanguage": "string",
"accent": "string",
"gender": "string",
"age": "string",
"style": "string",
"demoAudioUrl": "string"
}
]
}
}
Modified at 2025-07-21 04:32:53