For the complete documentation index, see llms.txt. This page is also available as Markdown.

AI Furniture Restyle

Replaces the full furniture set in a room with a different style, while keeping the room structure (walls, floors, ceiling) unchanged.


Input Slots

Slot key
Description

tool-furniture-restyle-input-image

The room photo to restyle

Widgets

Widget slug
Purpose
Select

widget-space-tool-furniture-restyle

Room type

Single

widget-style-tool-furniture-restyle

Design style

Single

Example Request

curl --location 'https://api.aihomedesign.com/v3/process' \
  --header 'x-api-key: <your_api_key>' \
  --header 'Content-Type: application/json' \
  --data '{
    "order_id": "6878b6d52ecd619eab1f886d",
    "tool": "tool-furniture-restyle",
    "asset_map": {
      "tool-furniture-restyle-input-image": "6878b6882ecd619eab1f886c"
    },
    "widgets": [
      {
        "slug": "widget-space-tool-furniture-restyle",
        "item_slugs": ["item-bedroom-widget-space-tool-furniture-restyle"]
      },
      {
        "slug": "widget-style-tool-furniture-restyle",
        "item_slugs": ["item-modern-widget-style-tool-furniture-restyle"]
      }
    ]
  }'

Last updated