Models Hub
API 参考视频系列

下载视频内容

下载已生成的视频内容,适用于提供 content 端点的视频模型。

编辑此页
GET
/v1/videos/{task_id}/content

Path Parameters

task_id*string

视频生成任务 ID。

Response Body

video/mp4

application/json

application/json

curl -X GET "https://example.com/v1/videos/task_123456/content"
"string"
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}