tencent cloud

Tencent Cloud AI Digital Human

Querying the Supported Actions for VirtualmanKey

PDF
Focus Mode
Font Size
Last updated: 2024-07-18 18:22:11

API Description

Query the supported actions for a given VirtualmanKey based on the VirtualmanKey.
Note:
This API is gradually being phased out. Use the Query Image Supported Actions List API to retrieve the supported actions.

Calling Protocol

HTTPS + JSON
POST     /v2/ivh/videomaker/broadcastservice/getaction
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
Actions
Array of [Action]
No
List of supported actions

Action

Parameters
Type
Mandatory
Description
ActionName
string
Yes
Action name of the digital human
ActionCode
string
Yes
Action code of the digital human, corresponding to SSML action tags
ActionSample
string
Yes
Example URL for the digital human actions

Request Sample

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

Response Sample

{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "123"
},
"Payload": {
"Actions": [
{
"ActionName": "Yunxuan",
"ActionCode": "code1",
"ActionSample": "url"
}
]
}
}
 

Help and Support

Was this page helpful?

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

Feedback