---
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
    - `storage_provider` 'aws' | 'oci' — The storage provider the transcript was written to. `aws` for Amazon S3 (including Daily's own storage), `oci` for OCI Object Storage.

## Other responses

- `400` — 400

## Changes

- **2026-08-31** `879e566d82a2` — 1 info
  - added the optional property `outParams/storage_provider` to the response with the `200` status

[Change history](https://skmtc.dev/daily/apis/daily-api/changes/transcript/:transcriptId/access-link/get.md)

---

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