Sazabi
APIThreads

Create a thread share link

POST
/threads/{threadId}/share

Create a public read-only share link for a thread's current messages.

Path Parameters

threadId*string

Thread ID to create a public read-only snapshot for.

Formatuuid

Response Body

application/json

curl -X POST "https://example.com/threads/497f6eca-6276-4993-bfeb-53cbbbba6f08/share"
{  "share": {    "shareId": "6a9e781b-5ee2-4314-8665-1c09eed0443a",    "threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",    "url": "string",    "createdAt": "2019-08-24T14:15:22Z"  }}