{
"businessTaskId": "string"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/sd/queryTaskInfo' \
--header 'X-Request-req-accessKeyId: accessKeyId' \
--header 'X-Request-req-accessKeySecret: accessKeySecret' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "string"
}'
{
"code": "200",
"msg": "success",
"data": {
"task_id": "20000051",
"status": 2,
"desc": "成功",
"differentialImageRspList": [
{
"img_audit": [
{
"confidence": null,
"label": "nonLabel"
}
],
"img_audit_status": true,
"image_status": 1,
"image_url": "https://aigcoss.dobestai.com/api/outputs/txt2img-images/2023-06-13/05470-3247563571.png",
"seed": 3247563571
}
]
}
}