Request
Body Params  application/json
{
    "sourceImage": "https://aigcoss.zhiqiteai.cn/api-model-file/lora-img-file/jk fashion_v2_130370.png",
    "businessTaskId": "100869960120240609",
    "callbackUrl": "https://ic-pre.un.com/AIGCImgComServ/drawing/task/callback/tool/v1"
}
Request Code Samples
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/identifyStyle' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sourceImage": "https://aigcoss.zhiqiteai.cn/api-model-file/lora-img-file/jk fashion_v2_130370.png",
    "businessTaskId": "100869960120240609",
    "callbackUrl": "https://ic-pre.un.com/AIGCImgComServ/drawing/task/callback/tool/v1"
}'
Responses
application/json {
    "code": "200",
    "msg": "success",
    "data": {
        "task_id": "pre1718697515338445992201"
    }
}
Modified at 2024-08-09 01:18:39