Skip to content

Functional Description

Initiate the task of detecting the beat rhythm points of audio

Request

plain
POST /task/create/detectBeat
Content-Type: application/json
json
{
  "url":"https://xxxxxx.com/xxxx.mp4"
}
FieldTypeDescriptionRequired
urlstringThe URL of the audio or video to detectYes

Response

response body

json
{
  "code": 0,
  "msg": "success",          
  "data": {
    "taskId": "ea496f25ee544f7aba9e9edc089424ad"
  }
}
FieldTypeDescriptionRequired
codeintStatus code, 0 is success, all others are failureYes
msgstringStatus informationYes
dataobjectReturned data bodyYes
taskIdstringTask idYes