---
title: "Get a shareable link for a style"
method: GET
path: "/styles/{id}/share/link"
tags: ["Styles"]
---

# Get a shareable link for a style

`GET /styles/{id}/share/link`

Generate or retrieve a shareable link for a style you own. The link allows others to access the style.

## Path parameters

- `id` string, required — A unique identifier for a style

## Response `200`

Shareable link retrieved (existing link)

- object — Response containing a shareable link for a style
  - `share_link` string, uri, required — Shareable URL for the style
  - `is_new` boolean, required — Whether the share link is new

## Other responses

- `201` — Shareable link created (new link)
- `401` — Unauthorized
- `404` — Style not found or you are not the owner

---

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