tencent cloud

Tencent Cloud AI Digital Human

Querying Supported Timbres for Avatars (to be Deprecated)

PDF
Focus Mode
Font Size
Last updated: 2024-07-19 10:17:38
Query the supported timbres based on the avatar's VirtualmanKey.
Note:
The current digital human avatar and timbre have been decoupled, meaning that all avatars can use the Paginated Query Timbre List API to generate videos. It is not recommended to use this API.

Calling Protocol

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

Request Parameters

Parameters
Type
Mandatory
Description
VirtualmanKey
string
Yes
The unique identifier of the avatar returned by the Paginated Query Avatar List API.

Response Parameter

Parameters
Type
Mandatory
Description
Timbres
Array of [Timbre]
Yes
Supported Timbre List
Timbre
Parameters
Type
Mandatory
Description
TimbreKey
string
Yes
Digital human timbre code
TimbreName
string
Yes
Digital human timbre name
TimbreSample
string
Yes
Digital human timbre demo sample URL
TimbreDesc
string
Yes
Digital human timbre description

Example

Input parameters:
{
"Header": {},
"Payload": {
"VirtualmanKey": "963a2a7d4c734a6ca2984835d9eae765"
}
}
Output response:
{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "123"
},
"Payload": {
"Timbres": [
{
"TimbreKey": "female_1",
"TimbreName": "female voice 1",
"TimbreSample": "url",
"TimbreDesc": "Natural and graceful",
}
]
}
}


Help and Support

Was this page helpful?

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

Feedback