Design Transfer
Last updated
Last updated
Transfer the design elements from an inspiration image to a target space. The design_transfer endpoint replicates styles, layouts, and decor themes from one image to another, perfect for clients wanting to recreate the feel of a room they admire.
POST
/design_transfer
An API URL would be like https://homedesigns.ai/api/v2/design _transfer
Design transfer is the process of taking a design concept or idea and bringing it to life in a tangible form.
image
file[ .jpg, .jpeg, .png] / base64 Image string
-
The image to be processed by the API. The image dimensions must be 512x512 pixels or greater for optimal results.
Style_image
file[ .jpg, .jpeg, .png] / base64 Image
string
The style of the image can be adjusted according to your preference.
The image to be processed by the API. (Image size not required)
Image field required
Image not provided
Invalid image size. The image width and height must be 512x512 or greater than 512x512 pixels.
Image Size Not Proper.
Invalid image format. Only PNG, JPEG and JPG images are allowed.
Image Format not valid.
The style_image field is required.
whether the style_image is required to get the results.
The style_image field must be a file of type: jpeg, png, jpg
Image Format is not valid.