POST /template HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml<body>
<Request><Tag>VideoProcess</Tag><Name>TemplateName</Name><ColorEnhance><Enable>true</Enable><Contrast></Contrast><Correction></Correction><Saturation></Saturation></ColorEnhance><MsSharpen><Enable>true</Enable><SharpenLevel></SharpenLevel></MsSharpen></Request>
Node Name (Keyword) | Parent Node | Description | Type | Required |
Request | None | Request container | Container | Yes |
Request
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type | Required | Constraints |
Tag | Request | Template tag: VideoProcess | String | Yes | No |
Name | Request | Template name, which can contain letters, digits, underscores (_), hyphens (-), and asterisks (*). | String | Yes | None |
ColorEnhance | Request | Color enhancement | Container | No. ColorEnhance and MsSharpen cannot be empty at the same time. | None |
MsSharpen | Request | Detail enhancement | Container | No. ColorEnhance and MsSharpen cannot be empty at the same time. | None |
ColorEnhance
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type | Required | Default Value | Constraints |
Enable | Request.ColorEnhance | Whether to enable color enhancement | String | None | false | true, false |
Contrast | Request.ColorEnhance | Contrast | String | No | None | Value range: [0, 100] or a null string indicating automatic analysis |
Correction | Request.ColorEnhance | Color correction | String | No | None | Value range: [0, 1000] or a null string indicating automatic analysis |
Saturation | Request.ColorEnhance | Saturation | String | No | None | Value range: [0, 300] or a null string indicating automatic analysis |
MsSharpen
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type | Required | Default Value | Constraints |
Enable | Request.MsSharpen | Whether to enable detail enhancement | String | None | false | true, false |
SharpenLevel | Request.MsSharpen | Enhancement level | String | No | None | Value range: [0, 10] or a null string indicating automatic analysis |
<Response><Template><Tag>VideoProcess</Tag><TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId><Name>TemplateName</Name><BucketId>test-1234567890</BucketId><Category>Custom</Category><VideoProcess><ColorEnhance><Enable>true</Enable><Contrast></Contrast><Correction></Correction><Saturation></Saturation></ColorEnhance><MsSharpen><Enable>true</Enable><SharpenLevel></SharpenLevel></MsSharpen><VideoProcess><CreateTime>2020-08-05T11:35:24+0800</CreateTime><UpdateTime>2020-08-31T16:15:20+0800</UpdateTime></Template></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Response container | Container |
Response
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
TemplateId | Response.Template | Template ID | String |
Name | Response.Template | Template name | String |
BucketId | Response.Template | Template bucket | String |
Category | Response.Template | Template category: Custom or Official | String |
Tag | Response.Template | Template tag: VideoProcess | String |
UpdateTime | Response.Template | Update time | String |
CreateTime | Response.Template | Creation time | String |
VideoProcess | Response.Template | Template parameters | Container |
VideoProcess
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description |
ColorEnhance | Response.Template.VideoProcess | Same as the Request.ColorEnhance in the request body. |
MsSharpen | Response.Template.VideoProcess | Same as the Request.MsSharpen in the request body. |
POST /template HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=AKIDZfbOAo7cllgPvF9cXFrJD0a1ICvR****&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=28e9a4986df11bed0255e97ff90500557e0e****Host: test-1234567890.ci.ap-beijing.myqcloud.comContent-Length: 1666Content-Type: application/xml<Request><Tag>VideoProcess</Tag><Name>TemplateName</Name><ColorEnhance><Enable>true</Enable><Contrast></Contrast><Correction></Correction><Saturation></Saturation></ColorEnhance><MsSharpen><Enable>true</Enable><SharpenLevel></SharpenLevel></MsSharpen></Request>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 14 Jul 2022 12:37:29 GMTServer: tencent-cix-ci-request-id: NTk0MjdmODlfMjQ4OGY3XzYzYzhf****<Response><Template><Tag>VideoProcess</Tag><TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId><Name>TemplateName</Name><BucketId>test-1234567890</BucketId><Category>Custom</Category><ColorEnhance><Enable>true</Enable><Contrast></Contrast><Correction></Correction><Saturation></Saturation></ColorEnhance><MsSharpen><Enable>true</Enable><SharpenLevel></SharpenLevel></MsSharpen><CreateTime>2020-08-05T11:35:24+0800</CreateTime><UpdateTime>2020-08-31T16:15:20+0800</UpdateTime></Template></Response>
Was this page helpful?