You can view the statistics about the Content Moderation API in the Alibaba Cloud Content Moderation console.
Background information
The Alibaba Cloud Content Moderation console collects statistics on the Content Moderation API. You can query the number of times that the API is called to moderate images, videos, and text in the last year. You can also query the respective numbers of violations, suspected violations, and normal results in different moderation scenarios.
Procedure
Reports in the console
- Block Count: the number of moderation requests for which the value of the suggestion parameter is block in the returned moderation results.
- Review Count: the number of moderation requests for which the value of the suggestion parameter is review in the returned moderation results.
- Pass Count: the number of moderation requests for which the value of the suggestion parameter is pass in the returned moderation results.

- Image moderation: the number of images.
- Video moderation: the number of captured frames for a video or the duration of a video in units of minutes.
- Text moderation: the number of text entries.
Exported reports
You can export the reports in Excel format. The time range of each exported report is consistent with the time range that you set to query data. Each exported report in Excel format contains the statistics about the Content Moderation API that is called in a specific moderation scenario based on the value of the scenes parameter in API requests. The statistics are collected on a daily basis.
The following table describers the headers in the exported reports.
Header | Description | Unit |
---|---|---|
day | The date on which the API is called. | N/A |
totalImageCount | The total number of images that are moderated. | Piece |
blockImageCount | The number of images that contain violations. | Piece |
reviewImageCount | The number of images that contain suspected violations. | Piece |
passImageCount | The number of images that are normal. | Piece |
totalVideoCount | The total number of videos that are moderated. | Piece |
blockVideoCount | The number of videos that contain violations. | Piece |
reviewVideoCount | The number of videos that contain suspected violations. | Piece |
passVideoCount | The number of videos that are normal. | Piece |
innerFrameCount | The number of video frames captured by Content Moderation. | Piece |
outerFrameCount | The number of video frames submitted by users. | Piece |
totalTextCount | The total number of text entries that are moderated. | Piece |
blockTextCount | The number of text entries that contain violations. | Piece |
reviewTextCount | The number of text entries that contain suspected violations. | Piece |
passTextCount | The number of text entries that are normal. | Piece |