---
title: "Create a public share link for a job output"
method: POST
path: "/jobs/{id}/share"
tags: ["Jobs", "Sharing"]
---

# Create a public share link for a job output

`POST /jobs/{id}/share`

Copies the job output to the public CDN bucket and returns a shareable URL. Requires Pro plan or higher.

## Path parameters

- `id` string, required — Job ID

## Response `201`

Share link created

- object
  - `data` object, required
    - `shareId` string, required
    - `shareUrl` string, uri, required

## Other responses

- `400` — Job not complete or no output
- `403` — Plan does not allow sharing or quota exceeded
- `404` — Job not found
- `409` — Job already shared

## Changes

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `jobs:write` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `createJobShare` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/jobs/:id/share/post.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/420f0f5209ca?raw)
