> For the complete documentation index, see [llms.txt](https://doc.aihomedesign.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aihomedesign.com/tool-refrence/ai-item-removal.md).

# 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

```bash
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.
