---
title: "Add subtitle to video"
method: POST
path: "/{video_id}"
---

# Add subtitle to video

`POST /{video_id}`

Upload a subtitle file (.vtt) to an existing video. The subtitle becomes available as a selectable track in the player. A video can have multiple subtitle tracks in different languages.

## Path parameters

- `video_id` string, uuid, required

## Response `200`

Subtitle successfully added

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `413` — Payload Too Large
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
