# Sky Replacement

You need to specify two properties in your request in order to trigger sky replacement properly. The first property is `sky_replacement`, which turns the feature on. The second property is `cloud_type`, which selects the type of clouds for the image.

**Property Name:** `sky_replacement`

**Accepted Values:** <mark style="color:blue;">boolean</mark>

* `boolean`: Turns the feature on/off.

**Property Name:** `cloud_type`

**Accepted Values:** <mark style="color:blue;">string</mark>

* `CLEAR`: Creates a sky without any clouds.
* `LOW_CLOUD`: Creates a sky with low cloud saturation.
* `LOW_CLOUD_LOW_SAT`: Creates a sky with neutral sky and cloud saturation.
* `HIGH_CLOUD`: Creates a sky with high cloud saturation.

### Sample images

{% tabs %}
{% tab title="ORIGINAL IMAGE" %}

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2FGOHxqxbPhArI1IHyun1g%2Fsky-off.jpg?alt=media&#x26;token=04ba503e-9d91-4374-9f3b-6af5c1becb4b" alt=""><figcaption><p>Example of original image without any sky replacement</p></figcaption></figure>
{% endtab %}

{% tab title="CLEAR" %}

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2F4TcjlKIib6wq4SPpewMd%2Fsky-clear.jpg?alt=media&#x26;token=7e0e5953-d7d4-4803-b8b1-b3f64f60ce51" alt=""><figcaption><p>Example of <code>CLEAR</code> Sky Replacement</p></figcaption></figure>
{% endtab %}

{% tab title="LOW\_CLOUD" %}

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2FgufNFyrIXryBJniA8sJY%2Fsky-low-cloud.jpg?alt=media&#x26;token=b0ad1c3a-89cb-4518-ad3a-e99d1241a49a" alt=""><figcaption><p>Example of <code>LOW_CLOUD</code> Sky Replacement</p></figcaption></figure>
{% endtab %}

{% tab title="LOW\_CLOUD\_LOW\_SAT" %}

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2FGomAVkgMnD3VDZ5hNZuy%2Fsky-neutral.jpg?alt=media&#x26;token=1f7b5e92-ae3d-4a08-a148-529bc99e02d5" alt=""><figcaption><p>Example of <code>LOW_CLOUD_LOW_SAT</code> Sky Replacement</p></figcaption></figure>
{% endtab %}

{% tab title="HIGH\_CLOUD" %}

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2F5wPkANBGntFcl7KRS0gm%2Fsky-high-cloud.jpg?alt=media&#x26;token=a912a9ff-86e4-44de-a4e1-c1e22bc059e5" alt=""><figcaption><p>Example of <code>HIGH_CLOUD</code> Sky Replacement</p></figcaption></figure>
{% endtab %}
{% endtabs %}
