🔚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/api/public/v1/ai/furnovate/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

NameTypeDescription

image*

file

your image file

service_name*

string

The service name you want to apply.Must be one of: service-creative-designer, service-ai-virtual-staging, service-item-removal, service-day-to-dusk, service-image-enhancement.

{
    "orderId": string
}

Last updated