Image Upload
Uploading Image(s) to Submit an Order
Explanation
This API endpoint allows users to upload images to the server. It is designed to handle image files and store them in the server's storage system.
The API supports a wide range of image formats, including JPG, JPEG, PNG, and WEBP, as well as RAW file formats such as
POST
https://api.aihomedesign.com/v1/order/image
Request Body
Ensure that your request body is in the form-data format.
image*
File
Your image file
Max size:
50 MB
service_name*
Text
Possible options for service_name:
service-creative-designer
,
service-ai-virtual-staging
,
service-item-removal
,
service-day-to-dusk
,
service-image-enhancement
Headers
x-api-key *
{your_api_key_here}
Response
If the image uploads successfully, the response will include an order_id
.
Make sure you keep the order_id
. You’ll need it to submit the order.
Last updated