---
title: "Create Clothing Swap"
method: POST
path: "/api/vmodel/v1/free/clothing"
---

# Create Clothing Swap

`POST /api/vmodel/v1/free/clothing`

## Query parameters

- `app_id` string, required

## Request body

- RoutersFreeVmodelFreeClothingSwapVmodelV1VmodelClothingSwapItem
  - `mask` string, required — 图片换脸检测id
  - `image` string, required — 图片换脸字符串内容
  - `prompt` string, required — 图片换脸url
  - `negative_prompt` string — 图片换脸字符串内容
  - `strength` integer — 图片换脸字符串内容
  - `scheduler` string — 图片换脸字符串内容
  - `guidance_scale` integer — 图片换脸字符串内容
  - `user_id` string, required — 用户id

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