---
title: "Upload a chapter"
method: POST
path: "/videos/{videoId}/chapters/{language}"
tags: ["Chapters"]
---

# Upload a chapter

`POST /videos/{videoId}/chapters/{language}`

Upload a VTT file to add chapters to your video.
Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos/) for more details.

## Path parameters

- `videoId` string, required
- `language` string, required

## Response `200`

Success

- Chapter
  - `uri` string
  - `src` string — The link to your VTT file, which contains your chapters information for the video.
  - `language` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests

---

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