Remove image background

Uploads an image, parses the multipart form, and queues the background removal task.
IA: imágenes
Loading...
Camino actual: /ai/image/remove-bg

Métodos disponibles y sus esquemas JSON.

post Remove image background
IA: imágenes

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

Esquema de documento JSON:
{
  "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
    }
  ]
}