Submit Item Removal Order
This API endpoint allows users to submit new orders within the service-item-removal service.
service-item-removal
POST https://api.aihomedesign.com/v1/order
POST
https://api.aihomedesign.com/v1/order
Ensure that your request body is in the RAW-JSON format.
{ "order_id":string }
order_id: This should match the order_id returned by the Image Upload API.
order_id
The item removal service does not require any widget, widget item, or space.
x-api-key*
{your_api_key_here}
Last updated 1 year ago
{ "order_id": string, "image_id": string, "eta": integer }
{ "error": string, "key": string }