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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.aihomedesign.com/tool-refrence/ai-item-removal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
