Skip to main content
POST
  1. Submit the request with VIDGO_API_KEY. A task_id is returned immediately. Keep it until the task reaches finished or failed.
  2. Use Query Task Status to retrieve the result. If you provide a callback_url, Vidgo sends the result to your webhook when the task finishes or fails.

Wan 2.6 Image to Video

Bring a still image into motion with Wan 2.6, creating video sequences with optional multiple shots at up to 1080p.

Available Models

  • alibaba/wan-2.6/image-to-video - Generate video from image input.

Duration Options

  • 5, 10, 15 seconds - Set duration as an integer. Optional. Default: 5 seconds.

Key Features

  • Generate video from image input.
  • Accepts exactly 1 image in image_urls.
  • Choose from 720p, 1080p output resolutions.

Advanced Parameters

Set model and optional callback_url at the request root. Place all workflow parameters, including output options, inside input. Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted. Input URLs must use HTTP(S), include a hostname, and contain no embedded credentials.

Prompt

  • prompt: Required. Describe the scene and desired motion. Length: 1-5,000 characters.
  • The value must not be blank when supplied.

Image URLs

  • image_urls: Required. Provide publicly accessible image URLs. Supply exactly 1 item. Each item must be an HTTP(S) URL.
  • The playground accepts JPG, PNG, and WebP uploads up to 10 MiB. This is a playground upload policy, not a remote file check by the PoYo handler.

Resolution

  • resolution: Optional. Accepted values: 720p, 1080p. Default: 720p.

Multi-Shot Generation

  • multi_shots: Optional. Enable multi-shot generation. Use true or false.

Pricing

Pricing depends on the selected model and applicable output settings. Check the Vidgo dashboard for the current rate. Credits are deducted on submission and refunded if the task fails.

Authorizations

Authorization
string
header
required

Use VIDGO_API_KEY.

Body

application/json

Keep model and callback_url at the root. Unknown root fields are ignored; unsupported input fields are rejected.

model
enum<string>
required

Vidgo public model ID. Must be alibaba/wan-2.6/image-to-video.

Available options:
alibaba/wan-2.6/image-to-video
Example:

"alibaba/wan-2.6/image-to-video"

input
object
required

Input parameters for generation

callback_url
string | null

Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.

Response

Task submitted

code
enum<integer>
required
Available options:
200
data
object
required