Discussions

Ask a Question

Seamless videos?

I am trying to create videos from portraits to make chatbots, but I need to create seamless videos, meaning that their initial frame and their final frame are the same. Is there any parameter I can use for this?

Error "This video cannot be used as template" and "This video doesn't support template.generate"

I am using Zapier to connect to HeyGen. I am trying to use the "Create a Video From Template" but I get the "This video cannot be used as a template" when I try to use the video ID of a completed video. If I try to use a Template Video ID, I get the "This video doesn't support template.generate" error. I've followed the documentation, blog, and live webinar but still can't get it to work. What should I do?

Nodejs webhook itegration(signature check)

I'm trying to add a signature check to my integration. When I'm running code example that you have provided using Python - everything works fine But, when I'm trying to implement this using node.js - my signatures are not the same and I don't know why. Here is an example of my code. Could you provide a node.js example, please? ``` const secret = 'bla_bla_bla'; const signature = req.headers['signature']; const body = req.rawBody; const hmac = createHmac('sha256', secret); hmac.update(body); const computedSignature = hmac.digest('hex'); if (computedSignature !== signature) { this.logger.log('Invalid signature'); return false; } ```
ANSWERED

Node.js as necessary requirement

Please, I would like to ask, whether Node.js is really necessary requirement for using your api, as this is listed. I'm using codeignator php framework and would like to use simple api calls with curl. Are there some special dependencies that require node.js? Or is it just preferable framework and your api is also usable in python, php etc.? I have no issue with npm, but node.js as only solution seems to me a bit limiting. Thank you.
ANSWERED

Iframe feature for Instant Avatar

Could you kindly confirm whether purchasing your Enterprise Plan grants me access to the IFrame feature during the alpha phase? If not, could you please provide an estimate of when we can expect this feature to be available?

ElevenLabs Audio LImit

Could you please confirm if there's any limit to the number of audios I can import from ElevenLabs?
ANSWERED

Video translation

It has been over a week since I have been able to translate my videos from English to Thai using the video translation function. There is clearly an issue with this but it is extremely difficult to get any clear response form you as to what is happening. How do I go about getting a refund as you are not able to provide me with what you claim? It is totally unacceptable that this function should be unavailable for so long. All your replies to me say you do not know how long this will take to resolve. It's just unacceptable. Please give me an indication of when the issue will be resolved or refund my money or extend my end date as I have cancelled my subscription. I don't understand why you can't adequately answer my questions. Thank you!
ANSWERED

Elevenlabs audio integration via API endpoint

I am utilizing your API endpoint to create a talking video. I noticed that while you internally support the Elevenlabs, you don't provide an external option through which we can pass the Eleven's audio ID in the Heygen API endpoints. I wanted to know if there is a way to integrate the Elevenlabs with the Heygen APIs.
ANSWERED

API requirements

Hey, I'm interested in using your APIs, but I couldn't find the following features in your API reference section. Will these be available if I purchase the ENTERPRISE plan? 1. An API for generating instant avatars from videos. 2. An API for converting text to audio, based on the provided audio ID. <br>

Streaming Avatar doesn't load

Hi team, The Streaming Avatar from the Streaming Avatars Overview demo didn't load. I have tried restarting it many times and it doesn't help. <br>