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

# Create Video Upscale Task

`POST /api/replicate/v1/video/upscale/task`

## Query parameters

- `app_id` string, required

## Request body

- RoutersReplicateVideoUpscaleV1VideoUpscaleItem
  - `video_url` string, required — 视频url
  - `target_fps` integer — 图片url
  - `target_resolution` 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)
