Queries the summary of automated review results.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
MediaId | string | Yes | The ID of the video or image. | 93ab850b4f6f*****54b6e91d24d81d4 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "CB7D7232-1AB2-40FE-B8D5-****",
"MediaAuditResult": {
"Suggestion": "pass",
"AbnormalModules": "video",
"Label": "porn",
"AudioResult": [
{
"Score": "99.91",
"Suggestion": "pass",
"Label": "normal",
"Scene": "antispam"
}
],
"ImageResult": [
{
"Type": "cover",
"Url": "http://www.test.com/****.jpg",
"Suggestion": "pass",
"Label": "porn",
"Result": [
{
"Score": "100.00000",
"Suggestion": "pass",
"Label": "porn",
"Scene": "porn"
}
]
}
],
"TextResult": [
{
"Type": "title",
"Suggestion": "pass",
"Score": "100.00000",
"Label": "ad",
"Content": "hot line 123****",
"Scene": "antispam"
}
],
"VideoResult": {
"Label": "porn",
"Suggestion": "pass",
"PornResult": {
"Suggestion": "pass",
"AverageScore": "100",
"Label": "porn",
"MaxScore": "100",
"CounterList": [
{
"Label": "porn",
"Count": 1
}
],
"TopList": [
{
"Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
"Score": "100.0000",
"Timestamp": "3005",
"Label": "porn"
}
]
},
"AdResult": {
"Suggestion": "block",
"AverageScore": "100",
"Label": "ad",
"MaxScore": "100",
"CounterList": [
{
"Label": "ad",
"Count": 12
}
],
"TopList": [
{
"Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
"Score": "100",
"Timestamp": "10",
"Label": "ad"
}
]
},
"LogoResult": {
"Suggestion": "block",
"AverageScore": "100",
"Label": "logo",
"MaxScore": "100",
"CounterList": [
{
"Label": "logo",
"Count": 1
}
],
"TopList": [
{
"Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
"Score": "100",
"Timestamp": "16",
"Label": "logo"
}
]
},
"LiveResult": {
"Suggestion": "block",
"AverageScore": "100",
"Label": "live",
"MaxScore": "100",
"CounterList": [
{
"Label": "live",
"Count": 2
}
],
"TopList": [
{
"Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
"Score": "100",
"Timestamp": "10",
"Label": "normal"
}
]
},
"TerrorismResult": {
"Suggestion": "pass",
"AverageScore": "100",
"Label": "normal",
"MaxScore": "100",
"CounterList": [
{
"Label": "outfit",
"Count": 1
}
],
"TopList": [
{
"Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
"Score": "100.000",
"Timestamp": "3005",
"Label": "normal"
}
]
}
}
}
}
Error codes
For a list of error codes, visit the Service error codes.