Skip to main content
POST
Wan 2.5 Preview Text-to-Video
The Wan 2.5 Preview text-to-video model supports generating high-quality video content from text descriptions, and can generate videos of 5 or 10 seconds. New audio capabilities: supports automatic voiceover, and also allows custom audio files.
This is an asynchronous API and will only return the asynchronous task’s task_id. You should use this task_id to request the Get Task Result API to retrieve the video generation result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

object
required
Basic input information, such as prompts.
object
Video processing parameters.

Response

string
required
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generation result.