tencent cloud

Querying the Supported Timbres for VirtualmanKey (to Be Deprecated)
Last updated: 2024-07-18 18:22:00
Querying the Supported Timbres for VirtualmanKey (to Be Deprecated)
Last updated: 2024-07-18 18:22:00

API Description

Query the supported timbres for a given VirtualmanKey based on the VirtualmanKey.
Note:
The current avatar and timbre have been unbound. The timbres retrieved using the Paginated Query Timbre List can now be used with any avatar.

Calling Protocol

HTTPS + JSON
POST     /v2/ivh/videomaker/broadcastservice/gettimbre
Header   Content-Type: application/json;charset=utf-8

Request Parameters

Parameters
Type
Mandatory
Description
VirtualmanKey
string
Yes
 Unique identifier for the avatar, which can be obtained through the Query All Avatars under an Anchor 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

Request Sample

{
"Header": {},
"Payload": {
"VirtualmanKey": "2803ca3b5ec64260a2c11e396eaac519"
}
}

Response Sample

{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "123"
},
"Payload": {
"Timbres": [
{
"TimbreKey": "female_1",
"TimbreName": "female voice 1",
"TimbreSample": "url"
}
]
}
}

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

Feedback