🔚Post IE 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

NameTypeDescription

x-api-key*

string

your API-Key

Request Body

NameTypeDescription

order_id*

string

it's an image id that received from image upload endpoint

{
   "orderId": string,
   "eta": integer
}

Last updated