Use this operation to submit a job that generates a transparent image watermark.
Operation description
-
This operation generates a transparent image with a hidden watermark. You can overlay this image on your page content to protect it from unauthorized screenshots. The
Params,Output, andMessageparameters are required. -
This operation is available only in the China (Shanghai) region.
-
This is an asynchronous API. After you submit a job, the API returns a job ID and queues the job for background processing. The service sends a callback notification with the final result.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mts:SubmitImageCopyright |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Output |
string |
Yes |
The OSS location for the output transparent image watermark. Note
The OSS bucket must be in the same region where MPS is activated. |
{"Bucket":"abc-test","Location":"oss-cn-shanghai","Object":"out.jpeg"} |
| Message |
string |
Yes |
The content of the watermark. |
平头哥半导体公司 |
| Params |
string |
Yes |
The watermark parameters, provided as a JSON string. This string contains the following fields:
|
{"width":2999, "height":2999, "afa": 3, "type":1, "version":0} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
D1D5C080-8E2F-5030-8AB4-13092F17631B |
| Message |
string |
The response message. |
ok |
| Data |
object |
The response data. |
|
| JobId |
string |
The job ID. |
bfb786c639894f4d80648792021e**** |
| StatusCode |
integer |
The status code. |
200 |
Examples
Success response
JSON format
{
"RequestId": "D1D5C080-8E2F-5030-8AB4-13092F17631B",
"Message": "ok",
"Data": {
"JobId": "bfb786c639894f4d80648792021e****"
},
"StatusCode": 200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.