For the complete documentation index, see llms.txt. This page is also available as Markdown.

AI Item Removal

Automatically detects and removes furniture and unwanted objects from a room photo, leaving a clean empty space.


Input Slots

Slot key
Description

tool-item-removal-input-image

The room photo to remove items from

Widgets

No widgets required — the AI automatically detects what to remove.

Example Request

curl --location 'https://api.aihomedesign.com/v3/process' \
  --header 'x-api-key: <your_api_key>' \
  --header 'Content-Type: application/json' \
  --data '{
    "order_id": "699c61b30d551c99bc109663",
    "tool": "tool-item-removal",
    "asset_map": {
      "tool-item-removal-input-image": "699c61b30d551c99bc109662"
    },
    "widgets": []
  }'

Need to remove specific items? Use AI Item Removal (Mask) to draw a mask over exactly what you want removed.

Last updated