{
"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]
}
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]
}'
{
"code": "string",
"msg": "string",
"data": {
"businessTaskId": "string",
"outputImageUrl": "string",
"status": 0,
"taskId": "string"
}
}