Discussions
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:
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?
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?
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?
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:
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.
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.
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.