Discussions

Ask a Question
Answered

Intermittent LiveKit Not Supported Error

Hello HeyGen Support Team,

Answered

Session Time Limitations

Essential plan limits each session to 20 minutes, Business plan allows 60 minute sessions.

Answered

400569 errors

I am suddenly getting 400569 errors when using the video status endpoint and the video ID returned from the video agent endpoint. I can see the video generating when I go to the UI and look, but the ID there is bfeef1a4-811f-4273-acb7-962aeb45ea1d while the id returned is {
"error": null,
"data": {
"video_id": "4d2394edcaf64a628ccb73aed2853422"
}
}

Answered

Avatar Default Voice Not Being Used in API Video Agent

Hi HeyGen Team,

Answered

video_agent/interactive_chat

are you planing to release?

Answered

Question Regarding 10 API Credits for Non-Subscribed API Accounts

Hello,

Answered

Keeping the avatar look the same in all videos

We have an app in which we create avatars & videos using Heygen

Answered

I want to switch from tariff 29 to 99. Can you tell me if I will be paying for two tariffs?

I want to switch from tariff 29 to 99. Can you tell me if I will be paying for two tariffs?

Answered

Video agent limit

Hey Heygen development team.

Answered

v2/video/generate status 200 still shows error on panel

curl --location 'https://api.heygen.com/v2/video/generate'
--header 'accept: application/json'
--header 'content-type: application/json'
--header 'x-api-key: abcd'
--data '{
"video_inputs": [
{
"character": {
"type": "avatar",
"avatar_id": "1ee71d11eb11400a996b5861e412aed0",
"avatar_style": "normal"
},
"voice": {
"type": "text",
"input_text": "Hello how are you?",
"voice_id": "5d2fe6fd8dad41949db24f4321b6926a",
"speed": 1.1
}
}
],
"dimension": {
"width": 1280,
"height": 1920
}
}'