Discussions

Ask a Question
ANSWERED

Three videos have disappeared from my profile. how can I find them?

This morning I made three videos, when I went to download them it told me that "at least I had to have a series". The videos had several series. Suddenly the three videos have disappeared from my profile, how can I find them because they are not in my profile.

ANSWERED

How can get the result video of 'Personalized Video'.

I had added a contact via API '/v1/personalized_video/add_contact'. But, I can't find any of way to get the result video of 'Personalized Video' from your documentation or API reference.

Retaining the conversation context

I'm using your streaming avatar demo on my localhost, but the avatar keeps resetting (losing context of previous entries) every time I hit "TALK". How can I get it to keep the previous entries in memory?

l am trying to submit a video but it keeps saying " Should have at least one scene "

Hi, l am trying to submit a video but it keeps saying " Should have at least one scene " can anyone help me ?thanks

ANSWERED

video translate

Showing error: "error": {
"code": "internal_error",
"message": "Unauthorized"
}

video to video

I uploaded a video file and then try to convert in AI video using your apis but throw error voice is not audio type. So how to resolve it?

Streaming API - session start error

Hi, I am getting the following response when I try to start a session

Create chatbot

Hello HeyGen, I am trying to create a chatbot with the API, similar to the one you have, first I want to set a stable background, but when modifying the code it does not take effect and the other thing is if you help me or suggest how to create the script to call my video chat

ANSWERED

API for proccessing question and give answer with AI Avatar

so I want to input questions to my AI Avatar via API. However, when I read the documentation I didn't find an API to enter my question which was then processed by LLM and then answered using voice by AI Avatar sata. I only found an API to create my AI avatar for drive to speak not one that manages and answers questions.

What event assures me the session is ready?

I want to be able to invoke the streaming.task endpoint after the session is ready. I was checking for the peerConnection.iceConnectionState == "connected" in the peerConnection.oniceconnectionstatechange event, but I get the following error: