Discussions

Ask a Question
Answered

Background image cropped & wrongly positioned when using Generate API from Template

Hi team ....

Answered

Can I say heygen to generate the AI image and video animation and attach to the templates?

Answered

Real time caption with live avatar

I am looking to setup real time captions on the UI with liveavatar .

Answered

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

Answered

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.

Answered

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?

Answered

trouble with implementing live avatar in custom mode

Hello LiveAvatar Support,

Answered
Answered

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 } }] }}