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.

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)

styleId*

String

The style ID that can be fetched on the Get Styles endpoint.

roomId*

String

The room ID that can be fetched on the Get Rooms endpoint.

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

Living room in a Scandinave style (Upscaled)
Kitchen in a Provence style (Upscaled)
Terrace with Pool in a Copenhagen Style (Upscaled)
Living room in a scandinave style (Upscaled)
Bathroom in a Cap Ferret style (Upscaled)
Terrace with pool in a provence style (Upscaled)

Last updated

Was this helpful?