Discussions

Ask a Question

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.

Using api to generate a video from template, the api result succeeded, but render video failed

curl --location 'https://api.heygen.com/v2/template/0915a2e7701f4c3d9eb11c2e967d0568/generate'
--header 'X-Api-Key: XXX'
--header 'Content-Type: application/json'
--data '{
"caption": true,
"title": "New Video 1",
"variables": {
"script_en_1": {
"name": "script_en_1",
"type": "text",
"properties": {
"content": "FUNCTIONALITY: With the Ninja CREAMi, you can transform everyday ingredients into ice cream, gelato, smoothie bowls, milkshakes, and more..Voltage: 120V-, 60Hz, Power : 800"
}
}
}
}'

Template API

I am trying to modify the template elements and generate video. I am using this request body: {
"caption": false,
"title": "New Video",
"variables": {
"first_name": {
"name": "first_name",
"type": "text",
"properties": {
"content": "45. Result"
}
}
}
}

All API generatins are failing today. Is there a system issue?

I was able to create API generations yesterday, but all of the ones I try today say generation error. Is there something wrong with the system?

Why my avatar doest respond when I send it Audo from mic?

Hello, I have a Flutter client that works well when I send text through HTTP using /sendtask, and the avatar responds correctly. However, I'm having trouble when sending audio from the microphone.

Getting a 400 Error When Trying to Start a Streaming Avatar Session

Hello everyone! I'm trying to integrate the HeyGen Streaming Avatar SDK into my Next.js project, but keep running into a 400 error when attempting to start a session. The browser console shows:

Aria-Label, 400 Bad Request & Next UI Issue

Whenever I'm trying to get open the voice or video chat locally, it loads for a couple of seconds before just showing the same page again.

Interactive avatar mic sensitvity

Hello