Discussions
Stuck on status 'waiting' on avatar videos via API PRO plan
Hi!
clave API de Elevenlabs
genere mi Clave API en elenlabs y en heygen no me acepta
Captions not overlaying on video
Have already made true for the captions in the payload, but video is generating without subtitles.
Attaching code refrence:
var payload = {
"template_id": template_id, // Template ID from Google Sheets
"voice_id": voice_id, // Voice ID from Google Sheets
"callback_id": "<callback_id>",
"title": name,
"caption": true,
"variables": {
"Script": {
"name": "Script",
"type": "text",
"properties": {
"content": script
}
},
"kunal_clonned": {
"name": "kunal_clonned",
"type": "voice",
"properties": {
"voice_id": "voice_id",
"locale": null
}
}
}
};
API & Website limits clarification
Dear HeyGen Support Team,
Heygen Interactive Avatar with client-side function calling
Hi Support,
200 response code but Error in Video
Hello guys I need help please. I send a post message in order to create a video and I get a 200 response code. However when I'm going to see the result in the dashboard I get an error. I can't open and see nothing.
Interactive Avatar with Custom Knowledge Base
I have created a custom knowledge base with an into sentence and prompts following the syntax and tips provided by you in this site: https://labs.heygen.com/interactive-avatar?tab=avatar
Can I set an API variable on a frame?
I'd like to be able to place an image into a frame using the API, but I cannot assign a variable name in the UI when creating the template. Is this possible?
Trigger an UI event via Interactive Avatar
Is there a way to trigger a UI event when I am talking to the interactive avatar?
About setting and acquiring Interactive Avatar
I got the code from "Integrate" in "Labs → Interactive Avatar" and incorporated it into my site.