---
title: "Create Img Seedream Task"
method: POST
path: "/api/vmodel/v1/img/seedream/task"
tags: ["img to img seedream"]
---

# Create Img Seedream Task

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

## Query parameters

- `app_id` string, required

## Request body

- RoutersVmodelReplicateToVmodelImgToImgSeedream4VmodelV1ImageSeedReamItem
  - `prompt` string, required — 提示词
  - `images` string[] — 提示词
  - `max_images` integer — 生成的最大图像数量
  - `aspect_ratio` string — 图片比例
  - `size` string — 图片分辨率
  - `width` integer — 图片分辨率
  - `height` integer — 图片分辨率
  - `enhance_prompt` boolean — 增强提示词
  - `sequential_image_generation` 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)
