tencent cloud

Tencent Cloud AI Digital Human

Product Overview
Overview
Product Features
Product Advantage
Purchase Guide
Pricing Guide
Purchase Guide
Process for Purchasing with Vouchers
Refund Instructions
Introduction of Avatar
Introduction to Image Categories
Basic Image Library
Guide on Avatar and Voice Clone
Digital Human Platform Operation Guide
Accessing Platform
Avatar Production and Asset Management
Digital Human Conversation Interaction Application and Management
Broadcast Digital Human Video Generation and Management
Operations Management and Analysis
Server API Integration
Digital Human API Access Mode Overview
Avatar aPaas API Calling Methods
Avatar Image Customization and Voice Clone API Documentation
Video Generation Service API Documentation
Interactive Digital Human Service API Documentation
Personal Asset Management API Documentation
Client SDK Integration
Overall Introduction
3D Client-Side Rendering SDK Integration
2D Client-Side Rendering SDK Integration
Digital Human SSML Markup Language Specification
Related Agreement
Privacy Policy
DSA (Data Sharing Agreement)
FAQs

Appendix II: Callback Request Body Format

PDF
Focus Mode
Font Size
Last updated: 2024-07-18 18:22:38
Parameters
Type
Mandatory
Description
Progress
int
Yes
Production progress: -1 indicates generation failure, and 100 indicates successful generation (reserved field, currently not for reference).
MediaUrl
string
Yes
Audio and video result address
SubtitlesUrl
string
No
The corresponding SRT subtitle address for the video is returned in video production.
Status
string
Yes
Production Status
"SUCCESS": Production succeeded
"FAIL": Production failed
FailMessage
string
No
Failure reasons returned when production fails which facilitate troubleshooting
TaskId
string
Yes
The taskId returned from the video production request
Request Sample
{      
   "Payload": {
       "Progress": 100,
       "MediaUrl": "XXX",
       "SubtitlesUrl":"XXX",
       "Status": "SUCCESS",
       "FailMessage": "",
       "TaskId":"XXX"
    }
}
 

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback