Skip to main content
POST
Wan 2.5 Text to Video Preview
Wan 2.5 Text-to-Video API that generates high-quality videos with native audio synchronization from text descriptions.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

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

Request Body

object
required
Input parameters, including the text prompt for video generation.
string
Model name for video generation, e.g. wan2.5-t2v-preview.
object
Optional parameters for controlling video generation.

Response

string
Use the task_id to call the Get Async Task Result API to retrieve the generated output.
string
Unique request identifier from the service provider.