🔚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 the order_id that received from image upload endpoint

Sample Response:

{
   "order_id": string,
   "image_id": string,
   "eta": integer
}

Last updated