Удалить фон изображения

Загружает изображение, анализирует составную форму и ставит в очередь задачу удаления фона.
ИИ: изображения
Loading...
Текущий путь: /ai/image/remove-bg

Доступные методы и их схемы JSON.

post Удалить фон изображения
ИИ: изображения

Загружает изображение, анализирует составную форму и ставит в очередь задачу удаления фона.

Схема документа 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
    }
  ]
}