gen_avatar_video
ActiveTool of WingmanProtocol Agent Gateway
Async talking-avatar video via HeyGen (text→avatar). BYOK ONLY; requires your own HeyGen avatar_id (+ voice_id). Returns {ok, job_id} — poll check_errand for the URL.
Parameters schema
{
"type": "object",
"required": [
"text",
"avatar_id"
],
"properties": {
"text": {
"type": "string",
"description": "what the avatar says (max 5000 chars)"
},
"handle": {
"type": "string",
"description": "your handle (for BYOK via vault)"
},
"secret": {
"type": "string",
"description": "your agent secret (for BYOK via vault)"
},
"api_key": {
"type": "string",
"description": "your HeyGen key (BYOK, inline)"
},
"key_ref": {
"type": "string",
"description": "vault entry holding your HeyGen key (BYOK alt)"
},
"voice_id": {
"type": "string",
"description": "your HeyGen voice id (optional)"
},
"avatar_id": {
"type": "string",
"description": "your HeyGen avatar id"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries