Skip to content

Functional Description

Split a video into multiple videos, only returning the split points

Request

plain
POST /task/create/videoSegmentation
Content-Type: application/json
json
{
  "url":"https://xxxxxx.com/xxxx.mp4"
}

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