---
title: "Get data ( transcript,length etc.) of a video given its id."
method: GET
path: "/video/{id}"
---

# Get data ( transcript,length etc.) of a video given its id.

`GET /video/{id}`

## Path parameters

- `id` string, required

## Response `200`

Video Data of the requested video

- GetVideoResponse
  - `video` object
    - `id` string — Unique id of the video
    - `title` string — Title of the video
    - `url` string, uri — Playable URL of the video
    - `length` number — Length of the video in seconds
    - `transcript` string — Transcript of the video

## Other responses

- `400` — Invalid request due to incorrect or missing video id.
- `default` — Unexpected error

---

[API](https://skmtc.net/video-db/apis/video-search-api.md) · [All operations](https://skmtc.net/video-db/apis/video-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/video-search-api/versions/5bd190883703/schema)
