
Floor Editor
Edit or replace flooring within an image with the floor_editor endpoint. This tool enables users to change floor types and textures, helping them visualize different materials in a given space.
ENDPOINT
POST /floor_editor
An API URL would be like https://homedesigns.ai/api/v2/floor_editor
Request
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. (Required Parameter)
texture_image
file[ .jpg, .jpeg, .png]
The texture image should be uploaded according to your preference.
The image will be processed by the API. (Image size is not required.) (Required Parameter)
no_of_texture
The number of textures must be either 1 X 1, 2 X 2, 3 X 3, or 4 X 4.
The number of textures can be changed according to your preference. (Required Parameter)
Parameters & Errors
image
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.
texture_image
The texture_image field is required.
whether the texture_image is required to get the results.
The texture_image field must be a file of type: jpeg, png, jpg
Image Format is not valid.
no_of_texture
//Output should be in list of array depends on no of designs as shown below:
{
"input_image": "https://storage.googleapis.com/generativebucketapi/UserGenerations/cristian/input-20230901-085649876484.png",
"output_images": [
"https://storage.googleapis.com/generativebucketapi/UserGenerations/cristian/20230901-085649876484-1.png"
]
}
Last updated
Was this helpful?