Submits an automated review task for an image. The task is asynchronously executed after it is submitted. The task may not be complete when the response is returned.
Operation description
Before you use this operation, make sure that you are familiar with the billing methods and pricing of ApsaraVideo VOD. Automated review is a paid feature. For billing details, submit a ticket or contact your Alibaba Cloud account manager.
This operation is supported only in the Singapore region.
This is an asynchronous operation. After you submit a task, the task ID is returned. At this point, the task is not complete and enters a queue for asynchronous execution. The final result is sent through a callback notification. You can also call Query automated review job to query the task status.
The size of a single image cannot exceed 20 MB. The height or width cannot exceed 30,000 px. The total number of pixels cannot exceed 250 million px.
(Recommended) The image resolution is at least 256 × 256 px. A lower resolution may affect the review results.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:SubmitAIImageAuditJob |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
The image ID. The unique identifier of the image returned after the image is uploaded to ApsaraVideo VOD. |
f1aa3024aee64*****6dc8ca20dbc320 |
| TemplateId |
string |
Yes |
The AI template ID. You can obtain the ID by using one of the following methods:
|
a07a7f7d7d10eb9fd999e56ecc**** |
| MediaAuditConfiguration |
string |
No |
The review node configuration.
Note
|
{"ResourceType":"****_short_video"} |
|
No |
||||
|
No |
||||
|
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| JobId |
string |
The image review task ID. |
b1aa3024aee64*****6dc8ca20dbc328 |
| RequestId |
string |
The request ID. |
6F42D500-1956-4B*****30-C09E755F4F4B |
Examples
Success response
JSON format
{
"JobId": "b1aa3024aee64*****6dc8ca20dbc328",
"RequestId": "6F42D500-1956-4B*****30-C09E755F4F4B"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.