🔚Post Image Upload

Uploading & Submitting Order

Mind that your "request body" must be in RAW-JSON format.

Endpoint for uploading image in the storage

POST https://api.aihomedesign.com/v1/order/image

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 various image formats, including JPG, JPEG, PNG, and WEBP. Max size: 50 MB

Request Body:

{
    "order_id": string
}

Last updated