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

AI Ceiling Change

Virtually changes the ceiling material, colour, or texture in a room photo.


Input Slots

Slot key
Description

tool-ceiling-change-input-image

The room photo

Widgets

Widget slug
Purpose
Select

widget-space-tool-ceiling-change

Room type

Single

widget-material-tool-ceiling-change

Ceiling material

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-ceiling-change",
    "asset_map": {
      "tool-ceiling-change-input-image": "6878b6882ecd619eab1f886c"
    },
    "widgets": [
      {
        "slug": "widget-space-tool-ceiling-change",
        "item_slugs": ["item-bedroom-widget-space-tool-ceiling-change"]
      },
      {
        "slug": "widget-material-tool-ceiling-change",
        "item_slugs": ["item-wooden-ceiling-widget-material-tool-ceiling-change"]
      }
    ]
  }'

Last updated