All Products
Search
Document Center

ApsaraVideo VOD:SubmitDigitalWatermarkExtractJob

Last Updated:May 08, 2024

Submits a digital watermark extraction job. Digital watermarks are extracted in an asynchronous mode.

Operation description

  • Make sure that you understand the billing method and price of ApsaraVideo VOD before you call this operation. You are charged for using the digital watermark feature. For more information about billing, see Billing of digital watermarks.
  • You must upload the video from which you want to extract the digital watermark to ApsaraVideo VOD.
  • The duration of the video from which you want to extract the digital watermark must exceed 3 minutes.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
MediaIdstringYes

The ID of the video file. You can query the video ID by using the ApsaraVideo VOD console or calling the SearchMedia operation.

0222e203cf80f9c22870a4d2c****
ExtractTypestringYes

The type of the digital watermark that you want to extract. Valid values:

  • TraceMark: tracing watermark
  • CopyrightMark: copyright watermark
TraceMark

Response parameters

ParameterTypeDescriptionExample
object
JobIdstring

The ID of the job.

ad90a501b1b9472374ad005046****
RequestIdstring

The ID of the request.

04F0F334-1335-436C-****-6C044FE73368

Examples

Sample success responses

JSONformat

{
  "JobId": "ad90a501b1b9472374ad005046****",
  "RequestId": "04F0F334-1335-436C-****-6C044FE73368"
}

Error codes

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