AI Item Removal
Submit Item Removal Order
Explanation
This API endpoint allows users to submit new orders within the service-item-removal
service.
POST
https://api.aihomedesign.com/v1/order
Request Body
Ensure that your request body is in the RAW-JSON format.
{
"order_id":string
}
order_id
: This should match theorder_id
returned by the Image Upload API.
Headers
Key
Value
x-api-key*
{your_api_key_here}
Response
{
"order_id": string,
"image_id": string,
"eta": integer
}
Last updated