Discussions

Ask a Question
ANSWERED

Change Avatar Language after creating

I am trying to change the avatar language after creating it, is there a possible way.

ANSWERED

Action Taking based on output of avatar

Would it be possible for me to trigger event listeners in JS based on the output of the interactive avatar?

ANSWERED

CORS policy error in get request

const video = useCallback(async () => {
const options = {
method: "GET",
headers: { accept: "application/json", "x-api-key": apiKey },
};

Inconsistent Credit Consumption for Unused Streaming Avatar Sessions?

I've noticed that initializing a StreamingAvatar session sometimes consumes 0.1 credits even when the avatar never speaks or performs any actions, while other times the same unused session shows 0 credit consumption.

ANSWERED

Event handlers USER_TALKING_MESSAGE and USER_END_MESSAGE have undefined variable

I tried to add event handlers for getting transcription from user speaking.
Code for this from API reference is:

ANSWERED

Not able to add avatar_id and voice_id while creating new stream

While creating new stream, whenever i am adding avatar_id and voice_id its giving error, avatar not found, though it was coming in list

Controlling the StreamingEvents

Hi,

ANSWERED

Getting user transcription when he speaks using the microphone

In heygen interactive avatar, I had the ability to get user transcription when using whisper.

Error 400140 - Daily rate limit exceeded

"error": {
"code": 400140,
"detail": "Daily rate limit exceeded",
"message": "Exceed rate limit"
},

Interactive Avatar with Unity WebRTC and Streaming API from HeyGen

Hi all!