Create share link
Chat Share
Create Share Link
POST
Create share link
Creates a new public (or org/private) link for an existing conversation. Provide theDocumentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
conversationId, choose shareType (full versus partial with explicit
messageIds), and optionally set visibility, expiration, continuation, and
custom copy blocks.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
conversationId | string | ✅ | MongoDB ObjectId of the conversation to share |
shareType | string | ⛔ | full (default) or partial |
messageIds | string[] | ⛔ | Required when shareType is partial |
visibility | string | ⛔ | public (default), private, or organization |
allowContinuation | boolean | ⛔ | Allow viewers to fork the conversation (default: false) |
expiresInDays | number | ⛔ | Days until expiration (1-365) |
customTitle | string | ⛔ | Custom title for the share (max 200 chars) |
customDescription | string | ⛔ | Description for the share (max 500 chars) |
Authorizations
Auth0 access token for registered users.
Body
application/json
Available options:
full, partial Available options:
public, private, organization Required range:
1 <= x <= 365Maximum string length:
200Maximum string length:
500