算力路由器算力路由器
AI Model InterfaceVideosHappyhorse

Query Happyhorse Video Task

Query the status and results of the Happyhorse asynchronous video task. After the task is completed, the video address can be found 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",
  "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