Discussions
Create video of Photo Avatar
I see this part of text on this link https://help.heygen.com/en/articles/10035615-interactive-avatar-101-creation-and-use-guide but I'm not sure if I understood it correctly.
Some random responses from streaming avatar
So i am running the avatar's streaming sdk and its sole task is to repeat my inputs, but when the avatar goes in idle state it gives responses on its own.
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.
Interact with the talks in interactive Avatar
Hi guys,
can you add the avatar_id to the Retrieve Video List endpoint
we have no way of sorting the videos into the source avatar via API, can you please add avatar_id to each video
List Avatars for Streaming
I have integrated HeyGen avatars into my application and use it in streaming.
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"
}'
Pulbic Avatar Usage Error
I'm trying to use -Amina- Avatar, (id: fc14200de42649fe9ebc2ba3230c7d00).
But I keep getting 400 response (avatar not found) when sending the request including its id as avatarName in the requestData .