查询视频详细信息

更新时间:2023-06-27

接口描述

查询视频详细信息
说明:结束直播后可以查询视频详细信息

请求地址

https://ccapi.csslcloud.net/openapi/recorder/video/info

请求方式

GET

请求参数

接口统一权限认证请参考THQS认证方式

名称 类型 必填 描述
accountId String 开发者账号ID
videoId String 视频ID

请求示例

GET https://ccapi.csslcloud.net/openapi/recorder/video/info?accountId=41E8063FC799ACE&videoId=A01DD608E39FADC59C33DC5901307461&time=1670412086&hash={hash}

返回数据

公共返回数据结构请参考 公共返回数据说明

名称 类型 描述
title String 视频标题
duration Float 视频时长,单位:秒
images Array 截图列表

images说明

名称 类型 描述
index Integer 截图索引,0-7,分别对应8张截图,0为封面图
url String 截图地址

返回示例

{
    "result": "OK",
    "error": null,
    "data": {
      "title": "",
      "duration": 0,
      "images": [
        {
          "index": 0,
          "url": ""
        }
      ]
    },
    "errorMsg": ""
}

results matching ""

    No results matching ""