---
title: "Get video chapters"
method: GET
path: "/v1/videos/{id}/chapters"
tags: ["Videos"]
---

# Get video chapters

`GET /v1/videos/{id}/chapters`

Returns chapters ordered by timestamp in seconds on the final video timeline. Chapter IDs are intentionally omitted because they are not stable across reads.

## Path parameters

- `id` string, required — Unique video identifier

## Response `200`

Video chapters

- object — Video chapters
  - `chapters` Chapter[], required — Chapters on the final video timeline, ordered by timestamp
    - `description` string, required — Chapter description
    - `timestampSeconds` number, required — Chapter start time in seconds
    - `title` string, required — Chapter title

## Other responses

- `400` — The request was malformed or contained invalid parameters.
- `401` — Authentication is required. Provide a valid API key.
- `403` — You don't have permission to access this resource.
- `404` — The requested resource was not found.
- `429` — You have exceeded the rate limit. Please slow down.
- `500` — An unexpected error occurred
- `501` — The requested operation is not implemented.

---

[API](https://skmtc.dev/withchima/apis/tella-public-api.md) · [All operations](https://skmtc.dev/withchima/apis/tella-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withchima/tella-public-api/revisions/841897ed76ba/schema)
