象寄科技 www.xiangjifanyi.com
{
"image_urls": [
"https://i.tosoiot.com/smoke/cup.jpeg",
"https://i.tosoiot.com/smoke/shoe.jpeg"
],
"foreground_mode": "recenter"
}curl --location --request POST 'https://api.tosoiot.com/task/v1/image/auto-cutout' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_urls": [
"https://i.tosoiot.com/smoke/cup.jpeg",
"https://i.tosoiot.com/smoke/shoe.jpeg"
],
"foreground_mode": "recenter"
}'{
"code": 0,
"data": {
"results": [
{
"code": 114,
"message": "running",
"task_id": "a76a5c23-018f-4ca6-b9ef-02915634a8be",
"type": "image-background-removal",
"status": "running",
"created_at": "2026-01-30T15:19:50+08:00",
"updated_at": "2026-01-30T15:19:50+08:00"
},
{
"code": 114,
"message": "running",
"task_id": "fc2cda6e-9aff-47c2-9b31-8d6c014b3b22",
"type": "image-background-removal",
"status": "running",
"created_at": "2026-01-30T15:19:50+08:00",
"updated_at": "2026-01-30T15:19:50+08:00"
}
]
}
}