Discussions

Ask a Question
Back to All

Troubleshooting airtable webhook accessing a public avatar and a public avatar 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?

I found out it's possible to airtable webhook access my own avatar, but it doesn't airtable webhook access to a public avatar and a public avatar voice. Or am I missing something?

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 also guessing if it isn't possible, could you please share the dimensions of:

Miyu_sitting_office_side
Miyu_standing_office_side
Miyu_sitting_sofabusiness_front
Miyu_sitting_sofabusiness_side

Let me know too if there is any default dimensions, much appreciated!