Query task information based on business ID
Request
Body Params  application/json
{
    "businessTaskId": "string"
}
Request Code Samples
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"
}'
Responses
application/json {
    "code": "200",
    "msg": "success",
    "data": {
        "task_id": "20000051",
        "status": 2,
        "desc": "success",
        "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
            }
        ]
    }
}
Modified at 2024-08-08 11:48:20