---
title: "Get Source Url"
method: GET
path: "/api/source-url/{job_id}"
---

# Get Source Url

`GET /api/source-url/{job_id}`

Mint a short-lived signed URL for this job's source video.

A `<video src>` cannot carry an Authorization header, which is why
/api/source was left open in the first place. So the owner asks for a
capability URL here, with the bearer token, and hands the player that.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openshorts/apis/fastapi.md) · [All operations](https://skmtc.dev/openshorts/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openshorts/fastapi/revisions/8085a0ce516b/schema)
