---
title: "Get AI content via share link"
method: GET
path: "/intelligent-sales-rooms/share/{shareLink}/ai-content"
tags: ["Intelligent Sales Room"]
---

# Get AI content via share link

`GET /intelligent-sales-rooms/share/{shareLink}/ai-content`

End-user access to AI generated content

## Path parameters

- `shareLink` 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)
