Interior Sky API
The Interior Sky service allows you to enhance the view from your interior windows by replacing the visible sky with a perfect blue sky and optimizing visible landscapes.Generate an interior sky
POST /api/sky_interior/generate
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
URL of the interior image to enhance (format: jpg, png)
The URL we call once the generation is complete
Response
The unique generation identifier (UUID) to use with the retrieval API
The number of photos remaining after this generation
The unique project identifier (UUID)
Request Example
Response Example
Generate a variation of an interior sky
POST /api/sky_interior/generate-variation
Request Parameters
The unique user identifier (UUID)
The unique identifier of the previous generation
Response
The unique identifier of the new generation
The number of photos remaining after this generation
Request Example
Response Example
Retrieve a generated interior sky
POST /api/sky_interior/get
Request Parameters
The unique user identifier (UUID)
The unique identifier of the generation to retrieve
Response
The generation status: “STARTING”, “PROCESSING”, “SUCCEEDED”, “FAILED”
An array containing the URLs of generated images (present only if status=“SUCCEEDED”)
The number of variations already performed on this project