Run in Apifox
The real-time status of the task can be queried (percentage/progress bar/intermediate picture); archived data query is not supported, only the current month is queried
Request Body Params application/json
{
"businessTaskId" : "test10086555513"
} Request Code Samples
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"
}' Responses application/json Generate Code
{
"code" : "200" ,
"msg" : "success" ,
"data" : {
"id_task" : "test10086555513" ,
"status" : 2 ,
"desc" : "Success" ,
"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
}
]
}
} Modified at 2024-08-08 11:51:54