All Products
Search
Document Center

ApsaraVideo VOD:SubmitAIImageAuditJob

Last Updated:Apr 22, 2024

Submits an automated review job for an image. After the job is submitted, the job is processed in an asynchronous manner. The operation may return a response before the job is complete.

Operation description

This operation is available only in the Singapore region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vod:SubmitAIImageAuditJobWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
MediaIdstringYes

The ID of the image.

The unique ID of the image is returned after the image is uploaded to ApsaraVideo VOD.

f1aa3024aee64*****6dc8ca20dbc320
TemplateIdstringYes

The ID of the review template.

If you want to use an AI template, you can call the following operations:

If you do not specify this parameter, the ID of the default AI template for automated review is used.

VOD-0003-00****
MediaAuditConfigurationstringNo

The configuration information about the review job.

  • Other configuration items of the review job. Only the ResourceType field is supported. This field is used to specify the type of media files. You can adjust review standards and rules based on the type of media files.
  • The value of ResourceType can contain only letters, digits, and underscores (_).
Note
  • You can specify a value for the ResourceType field based on the preceding limits. After you specify a value for the ResourceType field, you must submit a ticket. The value takes effect after Alibaba Cloud processes your ticket.
  • If you want to change moderation policies and rules based on ResourceType, submit a ticket to contact technical support.
  • {"ResourceType":"****_short_video"}

    Response parameters

    ParameterTypeDescriptionExample
    object

    The returned results.

    JobIdstring

    The ID of the image review job.

    b1aa3024aee64*****6dc8ca20dbc328
    RequestIdstring

    The ID of the request.

    6F42D500-1956-4B*****30-C09E755F4F4B

    Examples

    Sample success responses

    JSONformat

    {
      "JobId": "b1aa3024aee64*****6dc8ca20dbc328",
      "RequestId": "6F42D500-1956-4B*****30-C09E755F4F4B"
    }

    Error codes

    For a list of error codes, visit the Service error codes.