Discussions

Ask a Question

30 seconds video API

Hello

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

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

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"
}'

Dynamic Avatar Sizing for Mobile Views – Fixing Display Issues

Hi, I’m integrating the interactive avatar into our website and was wondering if it’s possible to configure the avatar’s size dynamically, particularly for mobile views? Can the avatar adjust to different screen sizes for a better mobile experience? Currently, when accessing the page on mobile, the avatar appears cut off.