tencent cloud

Activate Document Processing Service
Last updated: 2025-12-25 15:44:45
Activate Document Processing Service
Last updated: 2025-12-25 15:44:45

Description

This interface is used to activate the document processing service and create a Queue.

Authorization Description

When a sub-account is used, you need to add the ci:CreateDocProcessBucket permission in the action of the authorization policy. For all operation interfaces supported by Cloud Infinite, see CI action.

Service Activation

When you first use this feature, Cloud Infinite will be enabled by default, and the Bucket will be automatically bound to Cloud Infinite without requiring role authorization, allowing direct use.
Note:
After Cloud Infinite is bound, if you manually unbind Cloud Infinite from the Bucket, you will not be able to continue using this feature.

Use Limits

When you use this interface, please first confirm the relevant limitations. For details, see Usage Limitations.

Request

Request sample

POST /docbucket HTTP/1.1
Host: <BucketName-APPID>.ci.<Region>.myqcloud.com
Date: <GMT Date>
Authorization: <Auth String>
Content-Length: <length>
Content-Type: application/xml
Note:
Authorization: Auth String. For details, see the Request Signature documentation.

Request header

This interface only uses common request headers. For details, see the Common Request Headers documentation.

Request body

The request body of this request is empty.

Response

Response Headers

This interface only returns common response headers. For details, see the Common Response Headers documentation.

Response Body

The response body returns application/xml data, and the content containing complete node data is displayed as follows:
<Response>
<RequestId>RequestId</RequestId>
<DocBucket>
<Name>examplebucket-1250000000</Name>
<CreateTime>2021-11-15T12:12:12+0800</CreateTime>
<Region>Region</Region>
<AliasBucketId/>
<BucketId>BucketName-APPID</BucketId>
</DocBucket>
</Response>
The specific data content is as follows:
Node Name (Keyword)
Parent Node
Description
Type
Response
None.
Container for saving results
Container
Response content of the Container node:
Node Name (Keyword)
Parent Node
Description
Type 
RequestId 
Response
unique request ID
String 
DocBucket 
Response
Bucket Information
Container
Content of the DocBucket in the Container node:
Node Name (Keyword)
Parent Node
Description
Type 
Name 
Response.DocBucket
Bucket Name 
String
CreateTime
Response.DocBucket
Activation time
String
Region 
Response.DocBucket
Bucket region
String
AliasBucketId
Response.DocBucket
Bucket alias
String
BucketId 
Response.DocBucket
Bucket ID
String

Error Codes

This request operation has no special error messages. For common error messages, see Error Codes.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback