1.0.1
  • 1.0.1
  • 1.0.0
  1. Create Task
1.0.1
  • 1.0.1
  • 1.0.0
  • Get Started
  • API Reference
    • Create Task
      • Image To Video
        POST
      • Instruct Edit
        POST
      • Try-On (Apparel)
        POST
      • Try-On (Accessories)
        POST
      • Lifestyle Scene
        POST
      • Swap Fashion Model
        POST
      • Background Replacer
        POST
      • Segment Image By Prompt
        POST
      • Segment Image By Type
        POST
      • Background Remover
        POST
    • Upload Asset File
      POST
    • List Preset Materials
      GET
    • Check Task Status
      GET
    • Get Download Url
      GET
    • Retrieve API Credit Usage
      GET
  • Help
    • Download File Samples
    • Error Codes
    • FAQ
  1. Create Task

Background Remover

POST
https://api.sellerpic.ai/v1/api/generate/removeBackground
Before creating a task, please ensure all required resources have been uploaded.
Refer to Upload Asset File
Upload file limit
Supported formats: jpg|jpeg|png|webp (no animations)
Max file size: 10MB
Max image resolution: 4096px
product_image.pngProduct Image
Credit Cost
This task costs 1 credit
Refer to Credit Deduction Rules
Concurrency Limits 10
Refer to Task Concurrency Limits
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'
Response Response Example
{
    "code": 0,
    "data": {
        "id": "string"
    },
    "msg": "string",
    "success": true,
    "traceId": "string"
}

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Modified at 2025-08-15 10:20:38
Previous
Segment Image By Type
Next
Upload Asset File
Built with