---
title: "创建视频"
method: POST
path: "/api/v1/videos"
tags: ["video"]
---

# 创建视频

`POST /api/v1/videos`

## Request body

- VideoForm — unresolved $ref

## Response `200`

返回视频列表

- object
  - `code` integer — 状态码，0为成功，小于0为失败
  - `result` string — 错误描述
  - `data` Video[] — unresolved $ref

---

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