Discussions

Ask a Question
ANSWERED

Customizing the interactive avatar

Integrated the new interactive avatar using the suggested html code. Can the default language be changed to something else than English, and can the text of the button be changed from "Chat now" to something else? How?

Does enpodint, which creates webm videos, support callbacks?

I noticed that https://docs.heygen.com/reference/create-a-webm-video doesn't mention how to pass a callback_id. Does the https://api.heygen.com/v1/video.webm endpoint support this?

ANSWERED

Make integration

While integrating heygen with MAKE workflow tool, how do i add a support for captions from the create video api triggered during the workflow execution. There does exist an option for enabling caption, which enables the default caption, but i am looking to generate a video with captions from the available list of caption styles available on the dashboard section.

ANSWERED

Voice Chat with Streaming Avatar using SDK

Hi there

Bordered Font, when is it coming?

And Bonus: when are Captions are becoming stylable, so they are actual readable?

Getting cors issue

We are loading our application inside the IFRAME. Once we connected with VPN, we got a CORS error. Without VPN, it is loading fine.

ANSWERED

Embedding HeyGen Interactive Avatar

Hi everyone,

How to Cancel a Session While It's in phase when session is creating?

I am using HeyGen's Streaming Avatar SDK to create a session. I know that avatar.stopAvatar() can be used to stop an active session, but I need a way to cancel the session while it's still being created (before it's fully established).

ANSWERED

Godaddy Integration with Java/Spring

Hello, I wanted to integrate our custom heygen avatar to my godaddy website, i found some documents containing vite and typescript codes, do you guys have java spring boot documents as well? Especially integrating with custom openai to my godaddy website?

ANSWERED

Integrating with open Ai response

I have a question, so I created a chat agent where I am getting responses from the Open AI model. After getting the response at backend, I want to pass it to Hygen api, and create a video avatar, and repeat the same output (video format) in frontend. is that possible?
Thank You !