Virtual Staging
Submit Virtual Staging Order
Explanation
This API endpoint allows users to submit new orders within the service-ai-virtual-staging
service.
POST
https://api.aihomedesign.com/v1/order
Request Body
Ensure that your request body is in RAW-JSON format.
The service-ai-virtual-staging
requires style
as a mandatory widget. To include a widget in the request body, specify the widget's id in selected_widgets
as id
and the selected widget item's id as item_id
.
order_id
: This should match theorder_id
returned by the Image Upload API.space_name
: Retrieve thespace_name
using theservice_name
from the Get Spaces endpoint.selected_widgets
:id
: Retrieve theid
forselected_widgets
based on theservice_name
from the Get Widgets endpoint.item_id
: Retrieve theitem_id
for each widget by using itsid
from the Get Widget Items endpoint.
Headers
Response
Last updated