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.
Blue Sky API
The blue sky service allows you to transform a cloudy, gray, or unattractive sky into a bright blue sky, significantly enhancing the appearance of your outdoor photos.Generate a blue sky
POST /api/sky/generate
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
URL of the image whose sky you want to modify (format: jpg, png)
The URL we call once the generation is complete. The request body is the same as the response from the retrieval API
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 a blue sky
POST /api/sky/generate-variation
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
The unique identifier of the previous generation you want to create a variation of
Response
The unique identifier of the new generation (UUID) to use with the retrieval API
The number of photos remaining after this generation
Request Example
Response Example
Retrieve a blue sky
POST /api/sky/get
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
The unique generation identifier (UUID) returned by the generation API
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
