{
"taskName": "QA-task3",
"queueWhenBusy": true,
"items": [
{
"mobileId": 1401142,
"videoUrl": "https://example.com/video.mp4",
"caption": "QA video caption"
},
{
"mobileId": 1401141,
"videoUrl": "https://example.com/video.mp4",
"caption": "QA video caption"
}
]
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/tk-automation/video-task/create' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data '{
"taskName": "QA-task3",
"queueWhenBusy": true,
"items": [
{
"mobileId": 1401142,
"videoUrl": "https://example.com/video.mp4",
"caption": "QA video caption"
},
{
"mobileId": 1401141,
"videoUrl": "https://example.com/video.mp4",
"caption": "QA video caption"
}
]
}'{
"code": 0,
"msg": "Success",
"requestId": "1ed4ffd3-7e39-4bdc-8140-53447c49c3dd",
"timestamp": 1788782341257,
"data": {
"taskId": "string",
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"idempotentReplay": true
}
}