Discussions

Ask a Question

Integrating with Other LLM's

I would like to use my own OpenAI (or other LLM) with HeyGen's interactive avatar. Is this possible? If not can I send the my own system prompt the your current implementation through the API? I am using the Live SDK.

About photo avatar edit feature

Why is there no API for Photo Avatar background matting?

Streaming Avatar: costs me a lot of credit and do not get why

Hi !

Streaming Avatar: List of avatarName Values and Visual Representation

Hi, I’m using a streaming avatar in my project where part of the code looks like this:

Encountering a `bad request` exception when calling `https://api.heygen.com/v1/streaming.start`.

I did not get a reply, I’m submitting a new ticket since this is time critical

API Integration Issue - Invalid Audio Format

Hello,

Microphone option not working on embedded interactive avatar

Hello! I have embed our custom interactive avatar on our online course page using the html code. The issue is that it is not possible to talk to the avatar, only use the text field. There is a button for microphone that says "click to speak" but nothing happens when I press that. I have tried embedding it on a two separate sites and use different browsers but this issue persist. I have the "allow microphone" option on so that doesn't explain it. Any thoughts?

"Please subscribe to higher plan to generate higher resolution videos" no matter what I do

I'm using the /v1/video.webm endpoint, with ```
"avatar_style": "normal",
"input_text": text,
"voice_id": voice_id,
"avatar_pose_id": avatar_id,
"dimension": {
"width": 1280,
"height": 720
}

Iphone Safari Browser streaming avatar doesn't show up

I have implemented the nextjs integration of the streaming sdk that is provided in the docs and extended it to just modify the UI and nothing much as far as functionality goes. The issue is the avatar doesn't show up on the safari browser in iPhone. I have added an interaction button with the user before adding the stream to the tag as well but it doesn't do much. Any help will be greatly appreciated.

Issue with Streaming on iPhone Devices using Chrome Browser in Angular Integration

Hello,