AI Interior Design
Submit an AI Interior Design Order
Explanation
This API endpoint allows users to submit new orders within the service-creative-designer
service.
POST
https://api.aihomedesign.com/v1/order
Request Body
Ensure that your request body is in the RAW-JSON format.
The service-creative-designer
requires style
as a mandatory widget and color
as an optional widget. To include a widget in the request body, set the widget’s ID in the id
field of selected_widgets
and the ID of the chosen widget item in the item_id
field.
order_id
: This should match theorder_id
returned by the Image Upload API.selected_widgets
:item_id
: Retrieve theitem_id
for each widget by using itsid
initems
key from the Get Widget and Items endpoint.
Headers
x-api-key*
{your_api_key_here}
Response
Last updated