功能描述
发起检测音频的节拍节奏点的任务
更新说明
更新时间 | 更新说明 |
---|---|
请求
plain
POST /task/create/detectBeat
Content-Type: application/json
Authorization:提供公网出口ip后可以得到,私有化部署环境不需要
json
{
"url":"https://xxxxxx.com/xxxx.mp4"
}
字段 | 类型 | 描述 | 必填 |
---|---|---|---|
url | string | 要检测的音频或者视频的url | 是 |
响应
响应体
json
{
"code": 0,
"msg": "success",
"data": {
"taskId": "ea496f25ee544f7aba9e9edc089424ad"
}
}
字段 | 类型 | 描述 | 必填 |
---|---|---|---|
code | int | 状态码,0成功,其他均为失败 | 是 |
msg | string | 状态信息 | 是 |
data | object | 返回的数据体 | 是 |
taskId | string | 任务的id | 是 |