算力路由器算力路由器
AI Model InterfaceVideosAli Wanxiang

Query Alibaba Wanxiang Wan Video Tasks

Query the status and results of Alibaba Tongyi Wanxiang Wan asynchronous video tasks. After the task is completed, the video address is located at metadata.url.

GET
/v1/video/generations/{task_id}
AuthorizationBearer <token>

In: header

Path Parameters

task_id*string

提交任务时返回的公开任务 ID。

Response Body

application/json

curl -X GET "https://nodekey.xinghanyun.cn/v1/video/generations/task_xxx"
{
  "id": "string",
  "task_id": "string",
  "object": "string",
  "model": "string",
  "status": "queued",
  "progress": 0,
  "created_at": 0,
  "completed_at": 0,
  "metadata": {
    "url": "string"
  },
  "error": {
    "code": "string",
    "message": "string"
  }
}

Last updated on