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
  • What is an Endpoint?
  • Endpoints Overview
  1. API Endpoints

Getting Started with API Endpoints

Getting Started with API Endpoints: Your Guide to Endpoints

PreviousStep-by-Step GuideNextImage Upload

Last updated 3 months ago

Welcome to your comprehensive guide to using our API endpoints. This resource is designed to help you understand how to leverage our platform's capabilities to optimize your workflows and services effectively.

What is an Endpoint?

An API endpoint is a designated URL that acts as a communication link between your application and our system. Endpoints allow you to send and receive data to perform specific tasks, such as submitting orders, retrieving catalog details, etc. They serve as building blocks for seamless integration, enabling efficient automation and data exchange.

Endpoints Overview

Below is a summary of the endpoints we provide, highlighting their purpose and usage:

  1. Image Upload Upload images to attach to orders or include as part of a submission.

    • Method: POST

    • URL: https://api.aihomedesign.com/v1/order/image

  2. Submit Order Submit new orders for processing across supported services.

    • Method: POST

    • URL: https://api.aihomedesign.com/v1/order

  3. Get Spaces Access the list of spaces for each service in the catalog.

    • Method: GET

    • URL: https://api.aihomedesign.com/v1/catalog/spaces

  4. Get Widgets and Items (not required for ): Access the list of widgets and items available for various services.

    • Method: GET

    • URL: https://api.aihomedesign.com/v1/catalog/items/filter

  5. Get Order Details Access comprehensive information about a specific order.

    • Method: GET

    • URL: https://api.aihomedesign.com/v1/order/{order_id}

AI Item Removal