---
title: "Create a public share link"
method: POST
path: "/posts/{id}/share"
tags: ["Posts"]
---

# Create a public share link

`POST /posts/{id}/share`

Generates a client-shareable public link for a post. Idempotent: if the post is already shared, returns the existing link. Grouped posts share a single link across the group.

## Path parameters

- `id` string, required

## Response `200`

Public share link for the post

- object
  - `data` object, required
    - `publicShareLink` string, uri, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Post not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/planable/apis/planable-public-api.md) · [All operations](https://skmtc.net/planable/apis/planable-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/planable/planable-public-api/revisions/e91a4f756dfe/schema)
