Discussions
Background image cropped & wrongly positioned when using Generate API from Template
Hi team ....
Can I say heygen to generate the AI image and video animation and attach to the templates?

Real time caption with live avatar
I am looking to setup real time captions on the UI with liveavatar .
Heygen api error on make.com
I use Heygen module on make.com - when I operate the scenario it gives 500 error - this happened after I renewed the subscription
which "endpoint" is appropriate for an API generated 2 minute video?
which "endpoint" is appropriate for an API generated 2 minute video?
Can I create this type of layout using heygen Video studio but i want to create this layout using heygen API.

Use via API of the Avatar of a third party
Can I use via API the Avatar of a third party, that is once having the avatar id and the voice id that this party may share with me?
trouble with implementing live avatar in custom mode
Hello LiveAvatar Support,
Issue with API talking photo video vs Native UI talking photo video
Examples:
API video - https://app.heygen.com/videos/2a02d80abce24da2befbd755dc0937a3
HG Editor video - https://app.heygen.com/videos/6fc291972ca14a34baaf7b4581ca4a82
what should i give in http requets body from n8n to heygen api
{{ [{ "character": { "type": "avatar", "avatar_id": "568c5578b8b54165b3549bd20d27da46", "avatar_style": $('Get row(s) in sheet').item.json.Tyler_outfit || "default" }, "voice": { "type": "audio", "audio_url": $('Combine Audio Files').item.json.data.filter(d => d.voice_id === 'RPmw5qjRTyUVwSbGoBJp')[0]?.audio_url } }, { "character": { "type": "avatar", "avatar_id": "f4c851e1179f49209822a592d9cb7383", "avatar_style": $('Get row(s) in sheet').item.json.leo_outfit || "default" }, "voice": { "type": "audio", "audio_url": $('Combine Audio Files').item.json.data.filter(d => d.voice_id === 'jD4PjnscE4XmlzgsuqY0')[0]?.audio_url } }] }}