---
title: "transcript/:id/access-link"
method: GET
path: "/transcript/{transcriptId}/access-link"
tags: ["transcript"]
---

# transcript/:id/access-link

`GET /transcript/{transcriptId}/access-link`

Generate an access link for a transcript

## Path parameters

- `transcriptId` string, required

## Response `200`

200

- object
  - `transcriptId` string — A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
  - `link` string
  - `outParams` object — Object representing the storage location for the transcript if `transcription_bucket` is defined.
    - `s3key` string
    - `bucket` string
    - `region` string

## Other responses

- `400` — 400

---

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