curl --location --request GET 'https://openapi.shanjian.tv/v1/task/info?taskId' \
--header 'Authorization: Bearer {{appKey}}' \
--header 'Content-Type: application/json'
{
"code": "string",
"data": {
"taskId": "string",
"status": "processing",
"result": {
"videoUrl": "string",
"text": "string",
"subtitle": [
{
"text": "string",
"startMs": "string",
"endMs": "string"
}
],
"virtualmanId": "string",
"speakerId": "string",
"demoAudioUrl": "string"
},
"errorCode": "string",
"errorMessage": "string"
},
"message": "string"
}