---
title: "Get transcription access link"
method: GET
path: "/transcriptions/{transcriptionId}/access-link"
---

# Get transcription access link

`GET /transcriptions/{transcriptionId}/access-link`

Returns a URL that can be used to download the specified transcription. **Available for Whereby-hosted transcriptions only**.

## Path parameters

- `transcriptionId` string, required

## Query parameters

- `validForSeconds` integer — The number of seconds the access link is valid for.

## Response `200`

A JSON object representing the access link.

- object
  - `accessLink` string, required — The access link.
  - `expires` integer, required — The timestamp when the access link expires.

## Other responses

- `401` — Access token is missing or invalid
- `403` — Not allowed to perform action
- `404` — The requested resource doesn't exist
- `429` — You are rate limited

---

[API](https://skmtc.net/whereby/apis/whereby-rest-api.md) · [All operations](https://skmtc.net/whereby/apis/whereby-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whereby/whereby-rest-api/revisions/3d9aec0774ff/schema)
