---
title: "Get an explainer transcript"
method: GET
path: "/video/Transcript/{videoId}"
tags: ["Video"]
---

# Get an explainer transcript

`GET /video/Transcript/{videoId}`

Retrieve the transcript for a completed explainer video

## Path parameters

- `videoId` string, required

## Response `200`

Transcript retrieved successfully

- ExplainerTranscript
  - `videoId` string — Explainer video identifier (request ID)
  - `createdOn` string, date-time — Transcript creation timestamp
  - `transcript` TranscriptLine[]
    - `text` string — Transcript line text
    - `speaker` string — Speaker label
    - `timestamp` number[] — Start/end time in seconds

## Other responses

- `401` — Unauthorized
- `404` — Transcript not found for the specified explainer video

---

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