🔚Post AI Creative Designer Order Submit

Uploading & Submitting Order

Mind that your "request body" must be in RAW-JSON format.

Endpoint for submitting your order

POST https://api.aihomedesign.com/api/v1/ai/furnovate/submit

This API endpoint allows users to submit new orders for products in the system.

Headers

Request Body:

service-creative-designer receives style as mandatory widget and color as optional one. To attach widget to request body, you must put id of widget in as id in selected_widgets and id of selected widget item in item_id.

{
    "order_id":string,
    "space_name": string,
    "selected_widgets" : 
    [
        {
            "id" : string,
            "item_id" : string
        }
    ]
}
{
   "order_id": string,
   "image_id": string,
   "eta": integer
}

Last updated