Discussions

Ask a Question
ANSWERED

Latency Optimization with HeyGen SDK + OpenAI Assistant API

We're experiencing higher than desired latency in our implementation using HeyGen's Streaming Avatar SDK combined with OpenAI's Assistant API. Our setup:

ANSWERED

My Photo Avatars limit 110

Good day to all Heygen users

All API generatins are failing today. Is there a system issue?

I was able to create API generations yesterday, but all of the ones I try today say generation error. Is there something wrong with the system?

ANSWERED

Using motion photos with photo avatar on API

I'm using the Make.com integration and I'm trying to use a specific avatar AI motion. I see options for avatar or talking photo on Make but when I type in the AI motion id it says not found. Does the make.com integration work with AI motion generations or only the AI photos?

ANSWERED

What happens to my unused credits each month?

If I pay for credits monthly, do any unused credits accumulate? Or will they reset to the next month's credit?

ANSWERED

ostman to test the API that generates real-time speech from text

Hi i was given these prompts by chat gpt and i dont know whereto access either of these things:

ANSWERED

HeyGen API CALL Get avatars filtering parameters

Hello!
May I ask you if HeyGen API CALL has an option letting me get not all the avatars (for my template avatar variable), but only those, which avatarid starts with let's say Conrad? Maybe some query string parameters like ?filter or ?search? I tried these ones. Unfortunately they do not work. Make.com iterators are very expensive in terms of operations per cycle. So I need a different approach.

ANSWERED

Make.com error when creating a LONG video

Hi there
i'm using make.com
the module create a video

Why my avatar doest respond when I send it Audo from mic?

Hello, I have a Flutter client that works well when I send text through HTTP using /sendtask, and the avatar responds correctly. However, I'm having trouble when sending audio from the microphone.

ANSWERED

Implementing Response Interruption in Interactive Avatar

I am working on a project using the Create a Vite Project with Streaming SDK demo for an interactive avatar that responds to user queries. The avatar continues to respond to the previous query even when a new one arrives. I want to implement a feature that interrupts the ongoing response whenever a new query is sent, allowing the avatar to immediately respond to the new request.