> For the complete documentation index, see [llms.txt](https://doc.aihomedesign.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aihomedesign.com/tool-refrence/ai-ceiling-change.md).

# 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

```bash
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"]
      }
    ]
  }'
```
