---
title: "Add a text track to a video"
method: POST
path: "/videos/{video_id}/texttracks"
tags: ["Videos\\Text tracks"]
---

# Add a text track to a video

`POST /videos/{video_id}/texttracks`

This method adds a text track to the specified video. For more information, see [Working with Text Track Uploads](https://developer.vimeo.com/api/upload/texttracks).

## Path parameters

- `video_id` number, required

## Response `201`

The text track was added.

## Other responses

- `403` — * The authenticated user can't add the text track. * Error code 2204: The request contains errors.

---

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