jpg
|jpeg
|png
|webp
(no animations)10MB
4096px
10
curl --location --request POST 'https://api.sellerpic.ai/v1/api/generate/removeBackground' \
--header 'Content-Type: application/json' \
--data-raw '{
"productImageKey": "UPLOAD/MANAGE/SAMPLE/product/1-original.png",
"type": "COMMON"
}'
{
"code": 0,
"data": {
"id": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}