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