Discussions

Ask a Question
ANSWERED

Need support for Heygen Interactive Avatar integration

I want to build the customer support application using the Heygen interactive avatar and have used the Heygen Next.js sample. My application supports both text and voice modes. When a user enters a question or speaks in voice mode, I retrieve the response via an API and pass it to the avatar to speak.

ANSWERED

Adjust styling for Text using api

is there a way to adjust the text styling for text like this in api?
userText: {
name: "userText",
type: "text",
properties: {
content: input.overlayText ?? "",
color: "#000000",
stroke_color: "#FFFFFF",
stroke_width: 4,
font_size: 48,
text_align: "center",
font_weight: "bold"
}
}
Even just basic text like border or background?

ANSWERED

PHOTO AVATARS NOT ON THE MAKE MODULE

Im triying to create video using the Photo Avatar with motion but the list avatars module is not bringing those, do I need a diferent module? Also ,is there any call to bring the data of an specific avatar by id?

Integrating Custom Interactive Avatar Using API

I'm trying out the Vite+TS interactive avatar demo provided in HeyGen API docs (https://docs.heygen.com/docs/creating-a-vite-project-with-streaming-sdk). I can switch to any avatar listed with endpoint https://api.heygen.com/v1/streaming/avatar.list, but not to my custom one created a few days ago. If I try, I get error with status code 400 - I suppose avatar id is not found. It's also not listed.

ANSWERED

English UK to English AUS

I want to convert a video from English (British) to English with an Australian accent. When i upload, it fails as input and autput language are the same. Any ideas how to overcome this? I dont want to translate to another language and then back to enlish to get the AUS accent, but only way i can think of

ANSWERED

Interactive Avatar

hi, is there a way to export the Interactive avatar chat conversation to a text, or json format?

ANSWERED