Discussions
Hi Can you tell me How do you send a Zoom link into the Heygen
Is it possible to send the zoom link into the heygen interactive avatar zoom in real time
Can you choose expressive when adding motion via API?
And does adding motion via API cost credits? Or do you just need the additional subscription? I am on teams and have API credits.
How to enable the microphone in React Native?
Hello,
Does training a Photo avatar improve motion generation?
If not, are there any prompting tips to improve motion generation?
Issue with url and access_token with New session API
Hi all,
Dynamic Avatar Sizing for Mobile Views – Fixing Display Issues
Hi, I’m integrating the interactive avatar into our website and was wondering if it’s possible to configure the avatar’s size dynamically, particularly for mobile views? Can the avatar adjust to different screen sizes for a better mobile experience? Currently, when accessing the page on mobile, the avatar appears cut off.
Create Streaming Avatar from photo
Hello HeyGen Team,
Using api to generate a video from template, the api result succeeded, but render video failed
curl --location 'https://api.heygen.com/v2/template/0915a2e7701f4c3d9eb11c2e967d0568/generate'
--header 'X-Api-Key: XXX'
--header 'Content-Type: application/json'
--data '{
"caption": true,
"title": "New Video 1",
"variables": {
"script_en_1": {
"name": "script_en_1",
"type": "text",
"properties": {
"content": "FUNCTIONALITY: With the Ninja CREAMi, you can transform everyday ingredients into ice cream, gelato, smoothie bowls, milkshakes, and more..Voltage: 120V-, 60Hz, Power : 800"
}
}
}
}'
I have a business scenario for which i am interested in using Heygen , i need to know how interactive is the video for a dynamic situation
a. Use Natural Language Processing (NLP) to analyse conversation patterns in real time and identify missed or vague responses, indication of confusion, or physical or mental health concerns such as signs of mental health issues (e.g., anxiety, depression), excess stress, or physical conditions (e.g., respiratory changes) that may indicate a virtual agent assessment is not appropriate.
b. Generate personalized follow-up questions dynamically during the conversation.
Template API
I am trying to modify the template elements and generate video. I am using this request body: {
"caption": false,
"title": "New Video",
"variables": {
"first_name": {
"name": "first_name",
"type": "text",
"properties": {
"content": "45. Result"
}
}
}
}