The user inputs a picture and generates pictures of different styles. The anti-parameter is the asynchronous interface response~
Request
Body Params  application/json
{
  "businessTaskId": "10086111",
  "image": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/dalle_face.png",
  "prompt": "Cute ceramic doll",
  "height": 960,
  "width": 960,
  "negativePrompt": "1",
  "steps": 1,
  "guidanceScale": 1.0,
  "seed": 1
}
Request Code Samples
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/instantID' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessTaskId": "10086111",
  "image": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/dalle_face.png",
  "prompt": "Cute ceramic doll",
  "height": 960,
  "width": 960,
  "negativePrompt": "1",
  "steps": 1,
  "guidanceScale": 1.0,
  "seed": 1
}'
Responses
application/json {
    "code": "200",
    "data": {
        "businessTaskId": "555299995",
        "outputImageUrl": "https://aigcoss.zhiqiteai.cn/Output-Img2/tool/roopV2/pro1707112101440360871154.png",
        "status": 2,
        "taskId": "pro1707112101440360871154"
    },
    "msg": "success"
}
Modified atΒ 2024-08-30 03:42:56