Discussions
Heygen Streaming Avatar can't hear me
The solution was working fine but recently, Heygen Streaming Avatar can't hear me. Please guide me to solve the issue
background removal using api call
I am using the api, and use one of your AI generated avatars. As you described in the manual, I added the background that I want to use to my assets using the api, I have the asset id, I send it in the api call, but it does not replace the avatar's green background with this picture.
This is the code:
payload = {
"video_inputs": [
{
"character": {
"type": "avatar",
"avatar_id": "8e7e988d3d58435dadd39c1e40db7c21", # Change avatar ID as needed
"avatar_style": "normal"
},
"voice": {
"type": "text",
"input_text": text,
"voice_id": "c2d282c83e73494aa0681f9bd6742615" # Change voice ID as needed
},
"background": {
"type": "image",
"image_asset_id": "a74585f98486419a9f3ddde6529d7c03"
}
}
],
}
and this is the video it generates:
video id = 123794d8399b4987b41487be5364206f
List all voices- API
Why when I create a request to receive the list of votes, do I receive a list without "labels" or "tags" as shown in the documentation? How can I get the full information in this format?
SyntaxError: Unexpected token 'o' - Interactive Avatar Demo Stopped Working
Hi team, we tested the https://github.com/HeyGen-Official/InteractiveAvatarNextJSDemo yesterday and it was functional.
API Progress Stuck at 95-97% – What Could Be the Cause?
I'm encountering an issue where my API execution progresses smoothly up to 95-97% but never fully completes. The process seems to stall at the final stage, preventing a successful response or completion.
Upload avatar looks using API
Can I upload a new avatar looks using API?
api watermark and avatar with beach
Hello,
Public interactive avatars
Hello,
HeyGen usarname id
Hey,
Video Jumping/Moving
The video is jumping, moving, when it switches scenes. I created a video and broke it into several scenes with one script running the entire length of the video. There is a different video clip for each scene. When the video moves to a new scene, the video starts in one location and then jumps to a new location in the view.