{
"businessTaskId": "10086996",
"imageUrl": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/dalle_face.png"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/face/detection' \
--header 'X-Request-req-accessKeyId: accessKeyId' \
--header 'X-Request-req-accessKeySecret: accessKeySecret' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "10086996",
"imageUrl": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/dalle_face.png"
}'
{
"code": "200",
"data": {
"businessTaskId": "10086996",
"toolTask": "faceDetection",
"faceUrls": [
"https://aigcoss.zhiqiteai.cn/Output-Img2/tool/faceDetection/pre1717727539423845581626-0.png"
],
"status": 2,
"taskId": "pre1717727539423845581626"
},
"msg": "success"
}