Skip to content

功能描述

发起检测音频的节拍节奏点的任务

更新说明

更新时间更新说明

请求

plain
POST /task/create/detectBeat
Content-Type: application/json
Authorization:提供公网出口ip后可以得到,私有化部署环境不需要
json
{
  "url":"https://xxxxxx.com/xxxx.mp4"
}
字段类型描述必填
urlstring要检测的音频或者视频的url

响应

响应体

json
{
  "code": 0,
  "msg": "success",          
  "data": {
    "taskId": "ea496f25ee544f7aba9e9edc089424ad"
  }
}
字段类型描述必填
codeint状态码,0成功,其他均为失败
msgstring状态信息
dataobject返回的数据体
taskIdstring任务的id