History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
ci:CreateImageInspectJob permission to the action of the authorization policy. For all operation interfaces supported by Cloud Infinite, see CI action.GET /<ObjectKey>?imageInspect HTTP/1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
Parameter | Description | Type | Required |
ObjectKey | Name of the object file, for example, folder/sample.jpg | String | Yes |
Parameter | Description | Type |
picSize | Size of the original image to be detected, in Bytes | String |
picType | Detected original image type, for example, jpg, png. | String |
suspicious | Indicates whether files other than image formats are detected. false indicates a normal image file, true indicates a suspicious file containing other formats. | Boolean |
suspiciousBeginByte | Starting byte position of the detected suspicious file, in Bytes | String |
suspiciousEndByte | Position of the end byte of the detected suspicious file, in Bytes | String |
suspiciousSize | Size of the detected suspicious file | String |
suspiciousType | Type of the detected suspicious file, for example, MPEG-TS | String |
http://examples-1251000004.cos.ap-shanghai.myqcloud.com/sample.jpeg?imageInspect
{"picSize": 158421,"picType": "jpeg","suspicious": false}
フィードバック