get https://api.topview.ai/v1/voice/clone/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.voiceName | String | Name of the voice |
| result.voice.demoAudioUrl | String | URL for the demo audio associated with the voice |