Smart Staging v1 🔮
Smart Staging allows you to furnish an interior more accurately using a more advanced technology.
⚠️This is a Legacy endpoint, we recommend to use the most recent versionSmart Staging v2 🔮
⚠️ Smart Staging is a add-on of the Gepetto API billed separately, per request.
⚠️ This feature only works for empty rooms
The only roomIds available in this mode are:
['living_room', 'bedroom', 'dining_room', 'home_office', 'gaming_room']Endpoint
POST https://europe-west1-gepettoai.cloudfunctions.net/v1/smart-staging
Headers
Name
Type
Description
Authorization*
String
Bearer {{API_KEY}}
Request Body
Name
Type
Description
roomId*
String
The room ID:
['living_room', 'bedroom', 'dining_room', 'home_office', 'gaming_room']
webhook
String
(optional) Webhook POST URL to send the result on completion. If not provided, the request will wait for the result.
{
"base64": "<base64 encoded image>",
"status": "success"
}{
"status": "pending",
"id": "xxxxxxxxxxxxxx", // You can use that id with Get Job
"styleId": "your_style",
"roomId": "your_room",
"mode": "furnish"
}Code Examples
Results





Last updated
Was this helpful?