---
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

---

[API](https://skmtc.net/sogilis/apis/untitled-api-2.md) · [All operations](https://skmtc.net/sogilis/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sogilis/untitled-api-2/versions/f0a9ebdd3ebf/schema)
