{
"businessTaskId": "test10086555513"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/sd/v2/queryTaskInfo' \
--header 'X-Request-req-accessKeyId: accessKeyId' \
--header 'X-Request-req-accessKeySecret: accessKeySecret' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "test10086555513"
}'
{
"code": "200",
"msg": "success",
"data": {
"id_task": "test10086555513",
"status": 2,
"desc": "任务成功 !",
"temporaryImageDto": null,
"differentialImageRspList": [
{
"img_audit": [
{
"confidence": null,
"label": "nonLabel"
}
],
"img_audit_status": true,
"image_status": 1,
"image_url": "https://aigcoss.zhiqiteai.cn/Output-Img2/bbbb/selfapi/8883/text2image/2023-10-11/1e682ad6-5b5c-470b-86c7-c88abdba6d00-0.png",
"seed": 1063029203
}
]
}
}