メインコンテンツへスキップ
POST
wan2.6-reference-video-flash API

承認

Authorization
string
header
必須

##All APIs require Bearer Token authentication##

Get API Key:

Visit API Key Management Page to get your API Key

Add to request header:

ボディ

application/json
model
enum<string>
デフォルト:wan2.6-reference-video-flash
必須

Model name

利用可能なオプション:
wan2.6-reference-video-flash
:

"wan2.6-reference-video-flash"

prompt
string
必須

Prompt describing the desired video, limited to 1500 characters

Maximum string length: 1500
:

"A person dancing"

video_urls
string<uri>[]
必須

Array of reference video file URLs. Used to reference character appearance and voice from videos to generate new videos.

URL requirements:

  • Supports HTTP or HTTPS protocol
  • Local files can be uploaded via Upload File to get temporary URL

Array limits:

  • Maximum 3 videos

Video requirements:

  • Format: mp4, mov
  • Duration: 2~30s
  • File size: single video not exceeding 100MB

Input video billing rules:

  • Each reference video is truncated separately then summed, total input billing duration cap is 5 seconds
  • 1 video: min(video duration, 5s)
  • 2 videos: min(video1 duration, 2.5s) + min(video2 duration, 2.5s)
  • 3 videos: min(video1 duration, 1.65s) + min(video2 duration, 1.65s) + min(video3 duration, 1.65s)
  • 1080p quality has higher pricing
Maximum array length: 3
:
aspect_ratio
string

Video aspect ratio, defaults to 16:9

Options:

  • 720p: Supports 16:9 (landscape), 9:16 (portrait), 1:1 (square), 4:3, 3:4
  • 1080p: Supports 16:9 (landscape), 9:16 (portrait), 1:1 (square), 4:3, 3:4
:

"16:9"

quality
string

Video quality, defaults to 720p

Options:

  • 720p: Standard quality, standard pricing, this is the default
  • 1080p: High quality, higher pricing

Note: Different qualities support different aspect ratios, see aspect_ratio parameter

:

"720p"

duration
integer

生成される動画の長さを指定します(秒)

注意:

  • 2~10秒の任意の整数値をサポート
  • 各リクエストはduration値に基づいて事前請求され、実際の請求は生成された動画の秒数に基づきます
必須範囲: 2 <= x <= 10
:

5

model_params
object

Model parameter configuration

generate_audio
boolean
デフォルト:true

Whether to generate audio, defaults to true

Options:

  • true: Generate video with audio, higher pricing
  • false: Generate video without audio, lower pricing
:

true

callback_url
string<uri>

HTTPS callback URL for task completion

Callback timing:

  • Triggered when task is completed, failed, or cancelled
  • Sent after billing confirmation is complete

Security restrictions:

  • Only HTTPS protocol supported
  • Cannot callback to internal IP addresses (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x, etc.)
  • URL length not exceeding 2048 characters

Callback mechanism:

  • Timeout: 10 seconds
  • Maximum 3 retries on failure (retries at 1/2/4 seconds after failure)
  • Callback response format is consistent with task query API response
  • Callback URL returning 2xx status code is considered successful, other status codes trigger retries
:

"https://your-domain.com/webhooks/video-task-completed"

レスポンス

Video task created successfully

created
integer

Task creation timestamp

:

1757169743

id
string

Task ID

:

"task-unified-1757169743-7cvnl5zw"

model
string

Actual model name used

:

"wan2.6-reference-video-flash"

object
enum<string>

Specific task type

利用可能なオプション:
video.generation.task
progress
integer

Task progress percentage (0-100)

必須範囲: 0 <= x <= 100
:

0

status
enum<string>

Task status

利用可能なオプション:
pending,
processing,
completed,
failed
:

"pending"

task_info
object

Video task details

type
enum<string>

Task output type

利用可能なオプション:
text,
image,
audio,
video
:

"video"

usage
object

Usage and billing information