---
title: "Create Video Upscale Task"
method: POST
path: "/api/vmodel/v1/video/esrgan/upscale/task"
tags: ["创建视频增强任务"]
---

# Create Video Upscale Task

`POST /api/vmodel/v1/video/esrgan/upscale/task`

## Query parameters

- `app_id` string, required

## Request body

- RoutersVmodelReplicateToVmodelVideoUpscaleEsrganVmodelV1VideoUpscaleItem
  - `video_url` string, required — 视频url
  - `resolution` string — 图片url
  - `model` string — 图片url
  - `platform` string — 图片url

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