Video Gen API 开发者文档
使用指南火山兼容APIOpenAI 兼容API在线调试帮助支持

查询 Seedance 视频

GET /v1/videos/{task_id}

GET
/v1/videos/{task_id}

Authorization

BearerAuth

AuthorizationBearer <token>

输入 API Token。请求将使用 Authorization: Bearer

In: header

Path Parameters

task_id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://jieyun.cc/v1/videos/task_01JVIDEOEXAMPLE"

{
  "id": "task_01JVIDEOEXAMPLE",
  "object": "video",
  "model": "doubao-seedance-2-0-260128",
  "status": "queued",
  "progress": 0,
  "created_at": 1784505600
}

{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

最后更新于