Furnish
Furnish will let you add furnitures to empty rooms.
⚠️ You can use it on already furnished rooms but you won't get the best results out of it.
🔥 Try to use the result of Furnish with Redesign, you will get a better photorealistic result.
Endpoint
POST
https://europe-west1-gepettoai.cloudfunctions.net/v1/furnish
Headers
Authorization*
String
Bearer {{API_KEY}}
Request Body
url*
String (URL)
Image URL of the room to be redesigned.
mask
String (URL)
(Optional but recommended for more precision)
⚠️ The mask should have the same dimension as the base image url
parameter.
If set, preserveWindows
is ignored
roomId*
String
styleId*
String
webhook
String (URL)
(optional) Webhook POST URL to send the result on completion. If not provided, the request will wait for the result.
preserveWindows
Boolean
Tells explicitly to not touch windows, doors, french doors and bay windows and thus not modify the view.
Code Examples
Last updated
Was this helpful?