---
title: "Create Video Wr Task"
method: POST
path: "/api/vmodel/v1/video/wr/task"
---

# Create Video Wr Task

`POST /api/vmodel/v1/video/wr/task`

## Query parameters

- `app_id` string, required

## Request body

- VmodelVideoWrItem
  - `video` string, required — 视频url
  - `mask_stage` string, required — 水印图片url
  - `platform` string — 功能类型

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/videofaceswap/apis/fastapi.md) · [All operations](https://skmtc.dev/videofaceswap/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/videofaceswap/fastapi/revisions/76b11ccab8af/schema)
