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

Querying Image Asset Information - Query Anchor

PDF
Focus Mode
Font Size
Last updated: 2024-07-19 10:19:09
Query image asset information and the assigned anchors.

Calling Protocol

HTTPS + JSON
POST /v2/ivh/crmserver/customerassetservice/getanchor
Header Content-Type: application/json;charset=utf-8

Request Parameters

Parameters
Type
Mandatory
Description
VirtualmanTypeCode
string
Yes
Digital human type code, see Appendix 3 - Digital Human Type.
AnchorCodes
Array of [string]
No
Digital human anchor code
PageIndex
int
Yes
Current page
PageSize
int
Yes
Page size (maximum of 100)

Response Parameter

Parameters
Type
Mandatory
Description
Virtualmans
Array of [Virtualman]
Yes
Anchor List
Total
int
Yes
Totals
Virtualman
Parameters
Type
Mandatory
Description
AnchorName
string
Yes
Digital human anchor name
AnchorCode
string
Yes
Digital human anchor code
VirtualmanType
string
Yes
Digital human type name
VirtualmanTypeCode
string
Yes
Digital human type code
HeaderImage
string
Yes
Digital human avatar
Tag
string
Yes
Digital human model tags, categorized into three types:
1. Basic
2. Standard
3. Advanced
Currently, tags only affect the horizontal and vertical positioning features of the digital human.

Request Sample

{
"Header": {},
"Payload": {
"pageIndex": 1,
"PageSize": 10,
"VirtualmanTypeCode": "real_man_3d",
"AnchorCodes": []
}
}

Response Sample

{
"Header": {
"RequestID": "gz6742f18f16917371370112105",
"SessionID": "gz6742f18f16917371370112106",
"DialogID": "",
"Code": 0,
"Message": "ok"
},
"Payload": {
"Virtualmans": [
{
"HeaderImage": "https://virtualhuman-cos-test-1251316161.cos.ap-nanjing.myqcloud.com/resource-manager/3D_Cartoon/xiaowei/202306091551/header.png",
"VirtualmanTypeCode": "real_man_3d",
"VirtualmanType": "3D Realistic",
"Tag": "Basic",
"AnchorCode": "xiaowei",
"AnchorName": "Xiaowei"
}
],
"Total": 1
}
}


Help and Support

Was this page helpful?

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

Feedback