Skip to main content
GET
Get Generation Task

Overview

Retrieve the status and result of a wan2.5-t2v-preview generation task.

Task Status

Response

When the task is completed, the response will include the generated video URLs in the videos array.

Example Response

Completed Task

Failed Task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

Task result

task_info
object
videos
string<uri>[]

Generated video URLs (only present when status is success)