Query Image tool task information based on business ID
Request
Body Params application/json
{
"businessTaskId": "100869960120240603"
}
Request Code Samples
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/identifyStyle/queryTask' \
--header 'X-Request-req-accessKeyId: accessKeyId' \
--header 'X-Request-req-accessKeySecret: accessKeySecret' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "100869960120240603"
}'
Responses
application/json {
"code": "200",
"msg": "success",
"data": {
"businessTaskId": "100869960120240603",
"status": 1,
"taskId": "pre1717487519653502055297",
"outputImageUrl": "https://aigcoss.zhiqiteai.cn/Output-Img2/roop/pro1703734845555845969817.png"
}
}
Modified at 2024-08-08 12:00:20