AI HomeDesign API Docs
  • introduction
    • Getting Started
    • API Key
    • How to Use the API Key?
    • Step-by-Step Guide
  • API Endpoints
    • Getting Started with API Endpoints
    • Image Upload
    • Submit Order
      • AI Virtual Staging
      • AI Interior Design
      • AI Image Enhancement
      • AI Day to Dusk
      • AI Item Removal
      • AI Item Removal Mask
    • Get Spaces
    • Get Widgets and Items
    • Get Order Details
    • Generated Image Webhook
    • Upscale Download Webhook
    • Code Examples
      • Mask Canvas
    • Postman Workspace
  • Usage Limits and Policies
    • Rate Limit
  • Support and Contact
    • Help & Support
    • FAQs
Powered by GitBook
On this page
  • Explanation
  • Request Body
  • Headers
  • Response
  1. API Endpoints
  2. Submit Order

AI Item Removal

Submit Item Removal Order

Explanation

This API endpoint allows users to submit new orders within the service-item-removal service.


POST https://api.aihomedesign.com/v1/order


Request Body

Ensure that your request body is in the RAW-JSON format.

{
    "order_id":string
}
  • order_id: This should match the order_id returned by the Image Upload API.

The item removal service does not require any widget, widget item, or space.

Headers

Key
Value

x-api-key*

{your_api_key_here}

Response

{
   "order_id": string,
   "image_id": string,
   "eta": integer
}
{
    "error": string,
    "key": string
}
PreviousAI Day to DuskNextAI Item Removal Mask

Last updated 5 months ago