All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditResultDetail

Last Updated:Jul 21, 2026

Retrieves the details of automated review results. You can call this operation to query the details of review results in real time.

Operation description

  • By default, only the review screenshot details of violating and suspected violating content are returned. No results are returned for compliant videos and images.

  • The image resources of review results are retained in the free storage provided by ApsaraVideo VOD for only 2 weeks. After 2 weeks, the images are automatically deleted.

  • This operation is supported only in the Singapore region.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

vod:GetMediaAuditResultDetail

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

MediaId

string

Yes

The video ID.

93ab850b4f6f*****54b6e91d24d81d4

PageNo

integer

Yes

The page number of the video content review results. Default value: 1. A maximum of 20 records are returned per page.

1

Response elements

Element

Type

Description

Example

object

The response data.

RequestId

string

The request ID.

6438BD76-D523-46FC-956F-****

MediaAuditResultDetail

object

The details of the review results.

Total

integer

The total number of video review result screenshots.

2

List

array<object>

The list of video review result details.

object

TerrorismScore

string

The score of the video snapshot in the terrorist content review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100.00

AdLabel

string

The category of the review result. Valid values:

  • normal: normal content.

  • ad: other ads.

  • politics: political content in text.

  • porn: pornographic content in text.

  • abuse: verbal abuse in text.

  • terrorism: terrorist content in text.

  • contraband: prohibited content in text.

  • spam: spam content in text.

  • npx: illegal ad

  • qrcode: QR code.

  • programCode: mini program code.

normal

PornLabel

string

The category of the review result. Valid values:

  • normal

  • porn

  • sexy

normal

PornScore

string

The score of the video snapshot in the pornographic content review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100.00

LiveLabel

string

The category of the review result. Valid values:

  • normal: normal content.

  • meaningless: meaningless content, such as a black or white screen.

  • PIP: picture-in-picture.

  • smoking: smoking.

  • drivelive: live broadcasting in a running vehicle.

normal

Url

string

The URL of the video snapshot.

http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg

Timestamp

string

The timestamp of the snapshot in the video. Unit: milliseconds.

3005

AdScore

string

The score of the video snapshot in the ad review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100

LiveScore

string

The score of the video snapshot in the undesirable content review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100

LogoScore

string

The score of the video snapshot in the logo review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100

LogoLabel

string

The category of the review result. Valid values:

  • normal: normal content.

  • TV: controlled TV station logo.

  • trademark: trademark.

normal

TerrorismLabel

string

The category of the review result. Valid values:

  • normal

  • bloody

  • explosion

  • outfit

  • logo

  • weapon

  • politics

  • violence

  • crowd

  • parade

  • carcrash

  • flag

  • location

  • others

normal

Examples

Success response

JSON format

{
  "RequestId": "6438BD76-D523-46FC-956F-****",
  "MediaAuditResultDetail": {
    "Total": 2,
    "List": [
      {
        "TerrorismScore": "100.00",
        "AdLabel": "normal",
        "PornLabel": "normal",
        "PornScore": "100.00",
        "LiveLabel": "normal",
        "Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
        "Timestamp": "3005",
        "AdScore": "100",
        "LiveScore": "100",
        "LogoScore": "100",
        "LogoLabel": "normal",
        "TerrorismLabel": "normal"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.