Exterior Creation API
The Exterior Creation service allows you to generate realistic visualizations of outdoor spaces from a designated area in an image.Generate an exterior creation
POST /api/create_exterior/generate
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
URL of the base image for creation (format: jpg, png)
URL of the mask indicating the area where the exterior should be generated
Type of exterior to generate. Possible values: “TERRACE”, “POOL”, “PETANQUE”
Width of the image in pixels
Height of the image in pixels
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 an exterior variation
POST /api/create_exterior/generate-variation
Request Parameters
The unique user identifier (UUID)
The unique identifier of the previous generation
URL of the original image used for the previous generation
Optional URL of a new mask. If not provided, the mask from the previous generation will be used
Type of exterior for this variation. Possible values: “TERRACE”, “POOL”, “PETANQUE”
The URL we call once the generation is complete
Response
The unique identifier of the new generation
Request Example
Response Example
Retrieve an exterior creation
POST /api/create_exterior/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