Autoenhance.ai
  • Overview
  • Getting Started
    • Obtaining an API key
    • Quickstart
      • Single Image
      • HDR Brackets
    • Code Examples
      • JavaScript
        • Uploading Single Bracket
        • Uploading HDR
        • Uploading 360
      • API Integrations Repository
  • SDKs
    • Web (Beta)
      • Changelog
    • JavaScript
      • Changelog
    • Python
      • Changelog
  • File & Camera Guidelines
    • File Formats
    • Metadata
    • 360
    • Lens Correction
  • Images
    • Managing Images
      • Creating & Uploading
      • Reprocessing
      • Retrieveing
      • Deleting
      • Reporting
    • Settings
      • Enhancement Style
      • Sky Replacement
      • Lens Correction
      • Vertical Correction
      • Window Pull
      • Auto Privacy
      • Usage Example
    • Downloading Images
      • Original
      • Preview
      • Enhanced
  • Orders
    • Managing Orders
      • Creating
      • Editing
      • Retrieving
      • Listing and Pagination
      • Deleting
    • Grouping Brackets and Processing Orders
  • Webhooks
  • API Versions
  • AI Versions
  • Links
    • API Specification
    • Support
Powered by GitBook
On this page
  1. Images
  2. Settings

Sky Replacement

Replace your grey skies with beautiful ones.

PreviousEnhancement StyleNextLens Correction

Last updated 1 year ago

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: boolean

  • boolean: Turns the feature on/off.

Property Name: cloud_type

Accepted Values: string

  • CLEAR: Creates a sky without any clouds.

  • LOW_CLOUD: Creates a sky with low cloud saturation.

  • HIGH_CLOUD: Creates a sky with high cloud saturation.

Sample images

Example of original image without any sky replacement
Example of CLEAR Sky Replacement
Example of LOW_CLOUD Sky Replacement
Example of HIGH_CLOUD Sky Replacement