# Submit Order

After uploading your image using the **Image Upload Endpoint**, you're ready to move to the next step by submitting your order via the **Submit Order Endpoint**. The uploaded image serves as the foundation for your selected service, such as Virtual Staging, Interior Design, or Item Removal.

You can submit orders for different services using the same endpoint:

<mark style="color:green;">**`POST`**</mark> **`https://api.aihomedesign.com/v1/order`**&#x20;

The key difference lies in the **request body**, which varies depending on the service you're requesting. Here's an overview of the services:

* [**AI Interior Design**](/api-endpoints/submit-order/ai-interior-design.md)
* [**AI Virtual Staging**](/api-endpoints/submit-order/ai-virtual-staging.md)
* [**AI Image Enhancement**](/api-endpoints/submit-order/ai-image-enhancement.md)
* [**AI Day To Dusk**](/api-endpoints/submit-order/ai-day-to-dusk.md)
* [**AI Item Removal**](/api-endpoints/submit-order/ai-item-removal.md)

By customizing the request body to fit the service requirements, you can handle all your design needs seamlessly with this single endpoint.


---

# 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/api-endpoints/submit-order.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.
