---
title: "Upload Subtitle"
method: POST
path: "/video/assets/{asset_ID}/subtitle/upload"
tags: ["API Endpoints"]
---

# Upload Subtitle

`POST /video/assets/{asset_ID}/subtitle/upload`

Upload your subtitled .srt file to your video asset.

## Path parameters

- `asset_ID` string, required

## Request body

- object
  - `language_codes` string[] — List of language Code to upload subtitle file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)

## Response `200`

200

## Other responses

- `400` — 400

---

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