---
title: "Upload video file"
method: POST
path: "/api/v1/videos/upload"
tags: ["video"]
---

# Upload video file

`POST /api/v1/videos/upload`

Upload video file

## Response `200`

Video and Links (HATEOAS)

- ControllersResponse
  - `_links` object
  - `video` JsonVideoJson
    - `createdAt` string
    - `id` string
    - `status` string
    - `title` string
    - `updatedAt` string
    - `uploadedAt` string

## Other responses

- `400` — Bad Request
- `409` — This title already exists
- `415` — Unsupported Media Type
- `500` — Internal Server Error

## Changes

- **2022-07-04** `b01820ca90d4` — 2 info
  - api tag `video` added
  - api tag `upload` removed
- **2022-05-02** `9b9b03bd1a20` — 1 info
  - added the non-success response with the status `409`
- **2022-04-24** `a145613ca10d` — 1 info
  - added the non-success response with the status `415`
- **2022-03-15** `eac0d2f15016` — 4 info
  - api tag `upload` added
  - api tag `video` removed
  - removed the non-success response with the status `409`
  - removed the non-success response with the status `415`

[Change history](https://skmtc.dev/sogilis/apis/swagger/changes/api/v1/videos/upload/post.md)

---

[API](https://skmtc.dev/sogilis/apis/swagger.md) · [All operations](https://skmtc.dev/sogilis/apis/swagger/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sogilis/swagger/revisions/f0a9ebdd3ebf/schema)
