> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iacrea.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interior Sky

> Improve the view from your interior windows

# Interior Sky

Transform the view from your interior windows by adding a bright blue sky and attractive landscapes.

## How It Works

Our AI optimizes exterior views by:

* Automatically identifying windows in the image
* Replacing the visible sky with a perfect blue sky
* Enhancing the appearance of visible landscapes
* Preserving the natural brightness of the interior

## Use Cases

* Highlighting the brightness of interior spaces
* Improving photos taken on gray or cloudy days
* Enhancing views from windows
* Creating more welcoming atmospheres

## API

Integrate this feature into your applications:

```bash theme={null}
curl --request POST \
--url 'https://iacrea.com/api/sky_interior/generate' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
  "user_id": "your-user-id",
  "image_url": "https://example.com/interior-with-window.jpg"
}'
```

### Generate a Variation

You can also create variations from a previous generation:

```bash theme={null}
curl --request POST \
--url 'https://iacrea.com/api/sky_interior/generate-variation' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
  "user_id": "your-user-id",
  "generation_id": "previous-generation-id"
}'
```

### Retrieve Results

Get the results of a generation:

```bash theme={null}
curl --request POST \
--url 'https://iacrea.com/api/sky_interior/get' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
  "user_id": "your-user-id",
  "generation_id": "your-generation-id"
}'
```

## Tips

* Use photos where windows are clearly visible
* For best transformations, favor unobstructed windows
* The effect is optimal for large bay windows or panoramic windows
* Try multiple variations to get the best possible result
