Creative Redesign
Creative Redesign will redesign a room in a specific style.
Redesign will redesign a room in a specific style. If the room is empty it won't add many furnitures, use the Furnish mode if you need to add furnitures first.
This mode is fully automatic, no mask is required, and results tends to be more creative and smart than the default Redesign mode.
Endpoint
POST
https://europe-west1-gepettoai.cloudfunctions.net/v1/creative-redesign
Headers
Name
Type
Description
Authorization*
String
Bearer {{API_KEY}}
Request Body
Name
Type
Description
url*
String (Url)
Image URL of the room to be redesigned.
Ex: https://theneo-prod-public.s3.amazonaws.com/images-1695201150801.jpg
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"
}
Code Examples
curl --location 'https://europe-west1-gepettoai.cloudfunctions.net/v1/creative-redesign' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://theneo-prod-public.s3.amazonaws.com/images-1695201150801.jpg",
"styleId": "demeures",
"roomId": "living_room"
}'
Results To Expect






Last updated
Was this helpful?