get https://api.topview.ai/v1/voice/text2voice/task/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.taskId | String | Unique identifier for the task |
result.status | String | Status of the task (e.g., success, failure) |
result.errorMsg | String | Error message if any (null if no error) |
result.voice | Object | Contains voice-related information |
result.voice.voiceId | String | Unique identifier for the voice |
result.voice.demoAudioUrl | String | URL for the demo audio associated with the voice |
result.voice.durations | Number | The durations of the demo audio |
result.costCredit | Number | Cost in credits for the operation |