Discussions

Ask a Question
ANSWERED

Video Avatar

When we create a video using the API, it doesnt allow us to edit the video in the projects page on your website? You can see that the video was created via API, why is that our Editors cannot continue editing it on your website? There is a "test" boolean parameters on your endpoint but that doesnt seem to work. Or whats the intended purpose of that test params?

ANSWERED

can you create captions using the api

can you create captions using the api

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?