Sky Colors
Last updated
Last updated
The sky_colors endpoint offers advanced manipulation of weather conditions in images, allowing users to alter the atmosphere of a scene while keeping the building and associated elements intact. Perfect for architectural visualizations, this feature can turn a sunny day into a rainy or snowy one, providing a range of atmospheric conditions for your visual needs. This capability is particularly valuable for architects and real estate marketers who want to showcase properties under different environmental scenarios
POST
/sky_colors
An API URL would be like https://homedesigns.ai/api/v2/sky_colors
Modify the weather in your image with the sky_colors endpoint transforming sunny scenes into rainy and more without altering other elements.
The user can enter or choose different weather conditions to redesign the sky color of the images. Here are some examples of weather types that the user can use to change the sky color in the image accordingly.
Sunshine
Clear Sky
Rainy
Cloudy
Windy
Dawn
Dusk
Twilight
Sunny
Night
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.
no_design
integer
Min-1,Max-4
Specifies the number of design variations you want the API to generate. The minimum is 1 and the maximum is 4.
weather
string
Weather should be as per weather type
Indicates the type of weather for which the design is intended, like 'Clear Sky', 'Cloudy', 'Windy', etc.
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.
no_design field required
no_design not provided
no_design value is not a valid enumeration member; permitted: 1, 2, 3, 4
no_design not provided properly
weather field required
weather not provided
weather should be in ['Sunshine Color','Clear Sky','Rainy'...] this array will replaced dynamically as per your design_type
weather not provided properly