tencent cloud

Digital Human Video Production API Call Method
Last updated:2025-12-19 15:33:53
Digital Human Video Production API Call Method
Last updated: 2025-12-19 15:33:53
This documentation primarily describes the API call methods on the Tencent Cloud AI Digital Human aPaaS platform, including permissions, common parameters, and signature requirements.

I. API Invocation Environment, Common Parameter and Signature Method

For details, please refer to digital human aPaas API calling method.

II. Permission Application and Activation

Video generation aPaas API usage permissions require purchasing related services before they are usable. For preliminary stage testing, contact the business manager to apply for a free trial quota.

III. Request and Response Structure

Request Body Structure
The request body is divided into Header and Payload. The Header can include RequestID to identify a single request for system issue tracking. Business parameters are placed in the Payload. Each API's input parameters in the product API documentation should be placed in the Payload for transmission.
{
"Header": {
"RequestID": "",
},
"Payload": {}
}
Response Body Structure
The response body is divided into two parameters: Header and Payload. The Header contains the result code, message, and the unique request ID which is the same as the value provided in the request body. The specific response parameters of the API will be placed in the Payload.
{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "", // If not filled in during the request, it will be generated and returned by the cloud
},
"Payload": {}
}

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

Feedback