callBackUrl parameter to set a callback URL. The system will automatically push the generated voice result to your specified address when the task is completed.callBackUrl in the following format:{
"code": 200,
"msg": "success",
"data": {
"taskId": "xxx_task_id_xxx",
"voiceId": "voice_xxx",
"status": "success",
"errorCode": null,
"errorMessage": ""
}
}| Status Code | Description |
|---|---|
| 200 | Success - Voice has been generated successfully |
| 500 | Failed - Voice generation failed or internal processing error occurred |
voiceId.| Status | Description |
|---|---|
| wait_processing | Waiting for voice generation processing |
| processing_validate | Task is being processed |
| wait_validating | Waiting for verification |
| success | Voice generated successfully |
| fail | Voice generation failed |
null when the task succeeds.