---
title: "Extract theme from website"
method: POST
path: "/intelligent-sales-rooms/{salesRoomId}/theme/extract"
tags: ["Intelligent Sales Room"]
---

# Extract theme from website

`POST /intelligent-sales-rooms/{salesRoomId}/theme/extract`

Automatically extracts branding from website using AI

## Path parameters

- `salesRoomId` string, required

## Request body

- IntelligentSalesRoomExtractThemeRequest
  - `websiteUrl` string

## Response `200`

successful operation

- IntelligentSalesRoomTheme
  - `createdOn` integer
  - `updatedOn` integer
  - `template` 'TEMPLATE_1' | 'TEMPLATE_2' | 'TEMPLATE_3'
  - `websiteUrl` string
  - `logoUrl` string
  - `primaryColor` string
  - `secondaryColor` string
  - `salesRoomId` string
  - `isLogoAutoExtracted` boolean
  - `isColorAutoExtracted` boolean

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
