获取视频任务拉取上传状态 API

拥有此API的权限集
素材管理-上传

请求方式及url

  • 请求方式:POST
  • 请求头:Content-Type:application/json
  • 接口地址:https://api.xiaoe-tech.com/xe.material.open.api/material_vod_pull_upload_status/1.0.0
  • 频率限制:10秒300次

在线调试工具

请求

响应

请求参数

参数名 必选 类型 说明
access_token string 专属token
task_id string 任务 id
title string 素材中心展示的素材名称

请求示例

{
    "access_token":"xe_xxxxx",
    "task_id": "xxxx",
    "title": "test1",
}

返回参数

参数名 必选 类型 说明 备注
code int 返回码 0-成功,其他失败
msg string 返回信息 ...
data array 返回值 ...
data.material_id string 素材 id ...
data. status string 同步状态:FINISH-完成 ...
data. process int 进度 0-100

返回示例

{
    "code": 0,
    "msg": "ok",
    "data": {
        "material_id": "m_q29cRKvI8B5o8_mfahujme",
        "status": "FINISH",
        "process": 100
    }
}

results matching ""

    No results matching ""