3D Plan API
The 3D Plan service allows you to generate a realistic visualization of a space from a 3D plan. Ideal for visualizing real estate projects before construction.Generate a renovation from a plan
POST /api/plan/v2/generate
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
URL of the plan image to transform (format: jpg, png)
Theme of your new renovation. Values depend on the selected room type.
Examples: “MODERN”, “SCANDINAVIAN”, “LUXURIOUS”, etc.
The URL we call once the generation is complete
URL of the style image to apply style base on this image (format: jpg, png)
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 from a plan
POST /api/plan/v2/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
Theme of your new renovation
Your room type
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 renovation generated from a plan
POST /api/plan/v2/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