---
title: "POST /api/share/create"
method: POST
path: "/api/share/create"
tags: ["Ai.Tlbx.MidTerm.OpenApi"]
---

# POST /api/share/create

`POST /api/share/create`

## Request body

- CreateShareLinkRequest
  - `sessionId` string, required
  - `mode` 'ViewOnly' | 'FullControl', required
  - `shareHost` string, nullable

## Response `200`

OK

- CreateShareLinkResponse
  - `shareUrl` string, required
  - `grantId` string, required
  - `mode` 'ViewOnly' | 'FullControl', required
  - `expiresAtUtc` string, date-time, required

---

[API](https://skmtc.net/tlbx-ai/apis/tlbx-api.md) · [All operations](https://skmtc.net/tlbx-ai/apis/tlbx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tlbx-ai/tlbx-api/versions/fbbda676c858/schema)
