Skip to main content
POST
  1. After submission, a task_id is returned. If callback_url is provided, a POST request is sent when the task finishes or fails.
  2. You can always retrieve the result through the unified Query Task Status endpoint.

Wan 2.7 Video Generation

Wan 2.7 includes four models for text, start/end frame, reference-guided generation, and video editing.

Models

  • wan2.7-text-to-video — generates video from a required text prompt
  • wan2.7-image-to-video — generates video from one or two start/end frame images
  • wan2.7-reference-to-video — generates video from reference images or videos
  • wan2.7-edit-video — edits an input video with an optional reference image

Key Features

  • Duration: 5, 10, or 15 seconds for text generation; 2–15 seconds for image generation; 2–10 seconds for reference generation and video editing
  • Resolution: 720p or 1080p
  • Start/End Frames: Use one or two image_urls with the image model
  • Audio Input: Optional audio_url for text and image models
  • Video Editing: Omit duration or use 0 to detect the source video duration

Authorizations

Authorization
string
header
required

All API endpoints require Bearer Token authentication. Create an API key at https://poyo.ai/dashboard/api-key and send it as Authorization: Bearer YOUR_API_KEY.

Body

application/json
model
enum<string>
required

Wan 2.7 Video public model identifier

Available options:
wan2.7-text-to-video,
wan2.7-image-to-video,
wan2.7-reference-to-video,
wan2.7-edit-video
input
object
required
callback_url
string<uri>

Webhook callback URL for result notifications

Response

200 - application/json

Task submitted successfully

code
integer
required
Example:

200

data
object
required