Uploads an image, parses the multipart form, and queues the background removal task.
{
"Path": "/ai/image/remove-bg",
"Method": "post",
"Tag": "AI: Images",
"Summary": "Remove image background",
"Description": "Uploads an image, parses the multipart form, and queues the background removal task.",
"consumes": null,
"Parameters": [
{
"name": "file",
"in": "formData",
"description": "Image file to process (e.g., JPEG, PNG)",
"required": true,
"type": "file",
"default": null,
"x-load-url": null,
"x-link-child": null
}
]
}