Discussions

Ask a Question

Audio noise and volume reduction in video generated with API

Hello; In the videos I created with the API, the volume gradually decreases after 1:30, while the noise gradually increases. I could not find an option to solve this in the API options. For example, you can examine the video with the id: f326ff071bb64c73b362cd5eb7729017

3rd party voice not showing up when adding voice in a project

Hello, I just used the ElevenLabs API key to upload the voices. They have appeared. But when I go in to make a new project, I cannot see the third-party voice when I go to Script and then choose a voice - it is not under my voices or heygen library and then when I go to third party it just shows me the active api key without further option

Avatar / Talking Photo didnt show when Create Video Avatar Background and audio from URL

I try to create a talking photo with api with the background and audio from my own, but the avatar / talking photo didn't show i don't know what happen, can somebody help me?
i attach my sample request body

Positioning avatar using offset and scale

Hello, I am trying to programmatically calculate the offset x and y to correctly position my photo avatar on my image background.

Streaming avatar: The interrupt functionality now stops the avatar's idle movement instantly.

Hi, previously the interrupt functionality only stopped what the avatar was speaking, not their movement. However, it now stops their movement/idle animations as well. Was this change intentional?

API cannot locate Avatar

Having no success locating private avatars or private templates with API. I have been receiving this output error in my n8n workflow "The resource you are requesting could not be found. Avatar ("avatar_id") not found or no longer available."

Audio codec of interactive avatar

We are trying to use the interactive avatar's API WebRTC methods in C# with SIPSorcery library.

Saving a photo as new from dashboard returns same ID for both in API

I have a photo avatar that I removed the background for and "Saved as new". It created a new look without the background, and the Avatar ID is different when I check and compare the IDs against the new and original from the dashboard, but when I fetch the avatars for that avatar group, they are both returned with the same ID. Seems like this is a bug?

Hello, I am unable to generate video background. PLease help me

curl --location 'https://api.heygen.com/v2/video/generate'
--header 'X-Api-Key: '
--header 'Content-Type: application/json'
--data '{
"video_inputs": [
{
"character": {
"type": "avatar",
"avatar_id": "Brain_public_pro4_20230613",
"avatar_style": "normal"
},
"voice": {
"type": "text",
"input_text": "With HeyGen, it is very easy to create avatar videos with custom backgrounds.",
"voice_id": "088998f01c054a15944cf51eeab37f85"
},
"background": {
"type": "image",
"image_asset_id": "dfec014907274738a54664ae0ab25d3a"
}
}
],
"test": true,
"aspect_ratio": "16:9"
}'