All Products
Search
Document Center

Intelligent Media Services:SubmitCopyrightJob

Last Updated:Dec 23, 2025

Submits a job for adding a copyright watermark to a video.

Operation description

  • You can call this operation to add a copyright watermark to a video that lasts at least 3 minutes. If the video is too short, the call may fail, or no output may be returned. To add a copyright watermark to a video shorter than 3 minutes, specify the Params parameter to change the algorithm.
  • Each API call supports processing only one video.
  • This API is supported only in the China (Shanghai) and China (Beijing) regions.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
ice:SubmitCopyrightJobnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InputstringYes

The source video file that you want to add a watermark to.

Note The OSS object or media asset must reside in the same region as the IMS service region.
{"Bucket":"example-bucket","Location":"oss-cn-shanghai","Object":"example.mp4"}
OutputstringYes

The URL of the output file.

Note The OSS bucket must reside in the same region as the IMS service region.
{"Bucket":"example-bucket","Location":"oss-cn-shanghai","Object":"example_result.mp4"}
MessagestringYes

The information about the watermark to be added.

Test
StartTimestringNo

The start time of the watermark. Unit: seconds. If you do not specify this parameter, the default value 0 is used.

0
TotalTimestringNo

The end time of the watermark. Unit: seconds. If you do not specify this parameter, the default value is the video duration.

10
LevellongNo

The watermark level, which specifies the channel to embed watermarks. Valid values: 0 specifies the 0u channel, 1 specifies the 1uv channel, and 2 specifies the 2yuv channel.

0
DescriptionstringNo

The description of the watermark.

Description
UserDatastringNo

The custom data, which can be up to 1,024 bytes in size.

123
ParamsstringNo

The parameters related to watermark jobs. The value is a JSON string. Supported parameter:

  • algoType: the algorithm type. Default value: v1.

    • v1: watermarking for long videos that last at least 3 minutes.
    • v2: watermarking for videos shorter than 3 minutes.
{"algoType":"v2"}

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

Dataobject

The data returned.

JobIdstring

The job ID.

bfb786c63****f4d80648792021eff90
Messagestring

The message returned.

ok
RequestIdstring

The ID of the request.

FA258E67-09B8-4EAA-8F33-BA567834A2C3
StatusCodelong

The status code.

200

Examples

Sample success responses

JSONformat

{
  "Data": {
    "JobId": "bfb786c63****f4d80648792021eff90"
  },
  "Message": "ok",
  "RequestId": "FA258E67-09B8-4EAA-8F33-BA567834A2C3\n",
  "StatusCode": 200
}

Error codes

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