Discussions
Troubleshooting Airtable webhook, accessing HeyGen's public avatar and public avatar's voice
Hi does the Pro API plan allows me to airtable webhook access a public avatar and a public avatar voice while cropping the public avatar footage to either vertical or horizontal format? Or I'm supposed to manually do it? Please walk me through this? I'm on the Pro API plan if that helps.
I found out it's possible to airtable webhook access my own generated avatar, but it doesn't airtable webhook access to a public avatar and a public avatar voice, or I'm doing something wrong in the code below.
I tried something like this:
{
"video_inputs":[
{
"character":{
"type": "avatar",
"avatar_id": "Miyu_sitting_sofabusiness_side",
"avatar_style": "normal"
},
"voice": {
"type": "text",
"input_text": "{{4.result}}",
"voice_id": "a3c2199a45074765a2aaef907f2b0b30"
}
}
],
"dimension":{
"width":1080,
"height":1920
},
"callback_id":"{{4.system_fingerprint}}",
"title":"{{4.system_fingerprint}}"
}
I'm suspecting also if knowing the dimensions of the public avatars footage dimensions will help, and it's the issue. In case it is, could I please have these public avatars footage dimensions? If there is a standard dimensions of all avatars please let me know.
- Miyu_sitting_office_side
- Miyu_standing_office_side
- Miyu_sitting_sofabusiness_front
- Miyu_sitting_sofabusiness_side
Thanks!