background remove
Developing
Request
Body Params  application/json
{
      "businessTaskId": "test111",
    "accessKeyId": "test111",
    "imageUrl": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/zjy/three_test.webp",
    "ext": "png",
    "modelName": "InSPyReNet",
    "color": [255,255,255]
}
Request Code Samples
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/background/remove' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
      "businessTaskId": "test111",
    "accessKeyId": "test111",
    "imageUrl": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/zjy/three_test.webp",
    "ext": "png",
    "modelName": "InSPyReNet",
    "color": [255,255,255]
}'
Responses
application/json {
    "code": "string",
    "msg": "string",
    "data": {
        "businessTaskId": "string",
        "outputImageUrl": "string",
        "status": 0,
        "taskId": "string"
    }
}
Modified at 2024-08-09 01:33:01