---
title: "Create Img Upscaler"
method: POST
path: "/api/vmodel/v1/img/upscaler"
---

# Create Img Upscaler

`POST /api/vmodel/v1/img/upscaler`

## Query parameters

- `app_id` string, required

## Request body

- VmodelImgUpscalerItem
  - `image` string, required — 图片url
  - `version` string — 版本
  - `scale` number — 放大倍数
  - `disable_safety_checker` boolean — 功能类型
  - `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)
