---
title: "Create Job Share Link with Password"
method: POST
path: "/api/v3/jobs/{job_id}/job_share"
---

# Create Job Share Link with Password

`POST /api/v3/jobs/{job_id}/job_share`

## Path parameters

- `job_id` string, required

## Request body

- object
  - `viewer_version` string, required — The type of viewer to use for the shared link.
  - `password_protected` string — Whether to password-protect the share. Note: `virtual-walkthrough` always requires password protection.

## Response `200`

200

- object
  - `id` integer
  - `token` string
  - `password_protected` boolean
  - `expires_at` string
  - `created_at` string
  - `updated_at` string
  - `url` string
  - `generated_password` unknown

## Other responses

- `400` — 400
- `422` — 422

---

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