Initiates batch detection tasks for user-defined skills.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Files |
array<object> |
No |
The file information. |
|
|
object |
No |
The file list. |
||
| DownloadUrl |
string |
No |
The public URL for downloading the file. |
https://test.oss-cn-hangzhou.aliyuncs.com/xxxx |
| FileName |
string |
No |
The file name. If not specified, the file name is parsed from DownloadUrl. |
test-file |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
9FDE3D6F-26BD-5937-B0E5-8F47962B**** |
| Data |
object |
The task creation result. |
|
| RootTaskId |
string |
The root task ID returned after the task is submitted. |
c6e7fa8a77df6e182ac3fcf1478ab83a |
| SuccessCount |
integer |
The number of files that are uploaded successfully. |
10 |
| FailCount |
integer |
The number of files that failed to be uploaded. |
0 |
| UploadResults |
array<object> |
The upload results. |
|
|
object |
|||
| FileHash |
string |
上传文件的 SHA256 值。 |
514f44ebed1d0c1df5e16a116080b64b |
| IdentifyId |
string |
上传文件的唯一 ID,可用于查询任务结果。 |
1824jcadg01bsl10b |
| ErrorMsg |
string |
文件上传失败时的报错信息。 |
Network error. |
| Success |
boolean |
操作是否成功。取值:true:成功。false:失败 |
true |
| FileName |
string |
文件的名称。 |
test-file |
Examples
Success response
JSON format
{
"RequestId": "",
"Data": {
"RootTaskId": "",
"SuccessCount": 0,
"FailCount": 0,
"UploadResults": [
{
"FileHash": "",
"IdentifyId": "",
"ErrorMsg": "",
"Success": true,
"FileName": ""
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.