# What can the API do?

## What is the AI HomeDesign API?

The AI HomeDesign API lets you integrate professional real-estate photo AI directly into your own product. Send a room photo, choose a tool and some options, and receive a fully processed result image — all via simple HTTP calls.

***

### What can it do?

| Category            | Tools                                                                      |
| ------------------- | -------------------------------------------------------------------------- |
| **Virtual Staging** | Add furniture to empty rooms, replace existing furniture                   |
| **Interior Design** | Full room redesign, furniture restyle                                      |
| **Photo Editing**   | Item removal, image enhancement, darkness adjustment                       |
| **Home Renovation** | Wall, floor, ceiling, backsplash changes; under-construction visualization |
| **Exterior**        | Day to Dusk conversion, sky replacement                                    |

***

### How does it work?

Every integration follows the same four steps:

```
1. Create a Project        → groups your work by property
2. Create an Order         → uploads your input image(s)
3. Create a Process        → triggers the AI with your chosen tool & settings
4. Receive the result      → via webhook callback or polling
```

Read the Quick Start Guide to go from zero to a processed result in minutes.

***

### Need help?

Contact us at <support@aihomedesign.com> or [schedule a meeting](https://calendly.com/aihomedesign/30min).


---

# Agent Instructions: 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/welcome/what-can-the-api-do.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.
