Remove image background

Uploads an image, parses the multipart form, and queues the background removal task.
AI: Images
Loading...
Current path: /ai/image/remove-bg

Available methods and their JSON schemas

post Remove image background
AI: Images

Uploads an image, parses the multipart form, and queues the background removal task.

JSON Document Schema:
{
  "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
    }
  ]
}