get https://api.topview.ai/v1/voice/query
Response
Field | Type | Description |
---|---|---|
code | String | The response code indicating status |
message | String | Message describing the response |
result | Object | Contains the result of the request |
result.total | Number | Total number of voice entries available |
result.pageNo | Number | Current page number |
result.pageSize | Number | Number of items per page |
result.data | Array | List of voice objects |
result.data[].voiceId | String | Unique identifier for the voice |
result.data[].voiceName | String | Name of the voice |
result.data[].bestSupportLanguage | String | Best supported language for the voice |
result.data[].accent | String | Accent of the voice |
result.data[].gender | String | Gender of the voice |
result.data[].age | String | Age category of the voice |
result.data[].style | String | Style of the voice (e.g., UGC, Advertisement) |
result.data[].demoAudioUrl | String | URL of the demo audio for the voice |