---
title: "Create Image To Image Task"
method: POST
path: "/api/vmodel/v1/img/edit/task"
tags: ["imageToImage_flux"]
---

# Create Image To Image Task

`POST /api/vmodel/v1/img/edit/task`

## Query parameters

- `app_id` string, required

## Request body

- RoutersVmodelReplicateToVmodelImgEditFluxMaxVmodelV1ImageToImageItem
  - `prompt` string, required — 提示词
  - `model` string — 提示词
  - `image` string — 人像图片
  - `aspect_ratio` string — 输出图片比例
  - `output_format` string — 输出图片格式
  - `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)
