---
title: "Upload Video"
method: PUT
path: "/library/{libraryId}/videos/{videoId}"
tags: ["Manage Videos"]
---

# Upload Video

`PUT /library/{libraryId}/videos/{videoId}`

## Path parameters

- `libraryId` integer, required
- `videoId` string, required

## Query parameters

- `jitEnabled` boolean
- `enabledResolutions` string, nullable
- `enabledOutputCodecs` string, nullable
- `transcribeEnabled` boolean, nullable
- `transcribeLanguages` string, nullable
- `sourceLanguage` string, nullable
- `generateTitle` boolean, nullable
- `generateDescription` boolean, nullable
- `generateChapters` boolean, nullable
- `generateMoments` boolean, nullable

## Response `200`

The video was successfully uploaded

- StatusModel
  - `success` boolean — Determines if the request was successful
  - `message` string, nullable — Response message description
  - `statusCode` integer — The response status code

## Other responses

- `400` — The requested video was already uploaded
- `401` — The request authentication failed
- `403` — The request authorization failed
- `404` — The requested video was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
