Discussions
Start Voice and Start Video not working!
Hello, I hope you are okay, I am using React to try to create an interactive avatar demo, everything is working fine except for the start voice and start video functions, please help.
Video not owned
Hey guys, I tried to create a video by public avatars however after I submit I got a notice as "Video not Owned’, what does that mean and how can I solve the problem?
webhook limit, Are there any API limits when receiving data via webhook? Limits of APIs not related to video creation
I want to use webhooks mainly. When video creation is complete, I need a function to receive notifications via webhooks, etc.
Embedding Personalized Video
I know I can embed videos created in the regular workflow, but I am not sure how to do the same for videos generated in a Personalized Video Campaign
API Key unauthorized
Hey there, I have tried to use my heygen API key here on this website. It says I couldn't be authenticated.
Session not found error when close session
We are getting "Session not found" error when we try close session. We're using session id parameter from List Sessions endpoint's response.
Reconnecting every time

v1 Streaming New Resolution Support
"/v1/streaming.new" api has no support for Resolution or Aspect Ratio. How can i specify this values?
401 Unauthorized access (https://api.heygen.com/v1/streaming.task)
Hi, I'm building a web application where I'm trying to call the Initialize the avatar (with my trail token and access token) and make it speak the custom text through below handleSpeak() function call
Preventing Avatar's Default Responses in Voice Chat Mode?
In voice chat mode, I'm using streamingAvatar.speak({ text: responseFromClaude, task_type: TaskType.REPEAT }) to have the avatar repeat back a response from Claude AI. However, the avatar still responds from its own default knowledge base before repeating Claude's message, leading to two responses.