Discussions

Ask a Question

Stuck on status 'waiting' on avatar videos via API PRO plan

Hi!

ANSWERED

clave API de Elevenlabs

genere mi Clave API en elenlabs y en heygen no me acepta

ANSWERED

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,

ANSWERED

Heygen Interactive Avatar with client-side function calling

Hi Support,

ANSWERED

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.

ANSWERED

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?

ANSWERED

Trigger an UI event via Interactive Avatar

Is there a way to trigger a UI event when I am talking to the interactive avatar?

ANSWERED

About setting and acquiring Interactive Avatar

I got the code from "Integrate" in "Labs → Interactive Avatar" and incorporated it into my site.