---
title: "新增视频状态"
method: POST
path: "/system/performance/insert"
tags: ["视频状态接口"]
---

# 新增视频状态

`POST /system/performance/insert`

## Request body

- object — video_performance
  - `comments` integer — 评论数量
  - `favorites` integer — 收藏数量
  - `id` integer
  - `likes` integer — 喜爱数量
  - `shares` integer — 分享数量
  - `videoId` string — 视频id
  - `views` integer — 观看数量

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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