---
title: "Generate AI content for widget"
method: POST
path: "/intelligent-sales-rooms/{salesRoomId}/widgets/{widgetId}/ai-content"
tags: ["Intelligent Sales Room"]
---

# Generate AI content for widget

`POST /intelligent-sales-rooms/{salesRoomId}/widgets/{widgetId}/ai-content`

Generates AI content based on order context

## Path parameters

- `salesRoomId` string, required
- `widgetId` string, required

## Response `200`

successful operation

- IntelligentSalesRoomAIGeneratedContent
  - `id` string, uuid
  - `salesRoomId` string
  - `widgetId` string
  - `isEdited` boolean
  - `generatedOn` integer
  - `lastEditedOn` integer
  - `generatedContent` string
  - `orderFormContext` string

---

[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)
