---
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

> 7 revisions in range; 1 could not be searched.

- **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-service-production.skmtc.workers.dev/v1/apis/rendobar/rendobar-api/revisions/4d10ec4266ee/schema)
