Getting Started with API Endpoints
Getting Started with API Endpoints: Your Guide to Endpoints
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:
Image Upload Upload images to attach to orders or include as part of a submission.
Method:
POSTURL:
https://api.aihomedesign.com/v1/order/image
Submit Order Submit new orders for processing across supported services.
Method:
POSTURL:
https://api.aihomedesign.com/v1/order
Get Spaces Access the list of spaces for each service in the catalog.
Method:
GETURL:
https://api.aihomedesign.com/v1/catalog/spaces
Get Widgets and Items (not required for AI Item Removal): Access the list of widgets and items available for various services.
Method:
GETURL:
https://api.aihomedesign.com/v1/catalog/items/filter
Get Order Details Access comprehensive information about a specific order.
Method:
GETURL:
https://api.aihomedesign.com/v1/order/{order_id}
Last updated