---
title: "create video by text or image or reference image"
method: POST
path: "/generation/wanx/wan-v2-6"
tags: ["generation", "video generation"]
---

# create video by text or image or reference image

`POST /generation/wanx/wan-v2-6`

## Request body

- object
  - `input` union, required
    - object
      - `image` string, uri, required — Only image URLs are accepted (HTTPS preferred); base64 is not allowed. Supported formats include JPG, PNG, and JPEG. Image aspect ratio must be less than 1:4 or 4:1.
      - `prompt` string — The prompt of the generation
      - `negativePrompt` string — The negative prompt of the generation
      - `length` 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 — The length of the generation
      - `resolution` '720P' | '1080P' — The resolution of the generation
      - `seed` number — The seed of the generation
      - `audioUrl` string, uri — Audio URL for audio-driven generation
      - `multiClip` boolean
      - `generateAudio` boolean — Generate natural-sounding, fitting audio for the output video.
    - object
      - `prompt` string, required — The prompt of the generation
      - `negativePrompt` string — The negative prompt of the generation
      - `length` 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 — The length of the generation
      - `resolution` '720P' | '1080P' — The resolution of the generation
      - `aspectRatio` '1:1' | '4:3' | '3:4' | '16:9' | '9:16' — The aspect ratio of the generation. Wan 2.6 supports all aspect ratios across all resolutions.
      - `seed` number — The seed of the generation
      - `audioUrl` string, uri — Audio URL for audio-driven generation
      - `multiClip` boolean
      - `generateAudio` boolean — Generate natural-sounding, fitting audio for the output video.
  - `webhookUrl` string
  - `clientSource` string

## Response `200`

Successful response

- object
  - `taskId` string, required
  - `status` 'waiting' | 'succeed' | 'failed' | 'processing', required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/pollo/apis/pollo-ai-video-collection.md) · [All operations](https://skmtc.net/pollo/apis/pollo-ai-video-collection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollo/pollo-ai-video-collection/versions/b3c228cf4e87/schema)
