Page cover image

Sky Colors

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

ENDPOINT

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.

An API request must be in the form-data format.

Request

Parameters & Data Type
Value
Description

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)

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. (Required Parameter)

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. (Required Parameter)

Weather Types

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

Last updated

Was this helpful?