Discussions
Make.com error when creating a LONG video
Hi there
i'm using make.com
the module create a video
i have 4 pieces of text that i want made into a long video
this is the input json for the video (from make.com)
the #text chunks (scenes) are made of max 1000 characters so im not going over that
input to heygen
[
{
"test": false,
"title": "Which SEO tool is free?",
"caption": true,
"dimension": {
"width": 1280,
"height": 720
},
"video_inputs": [
{
"voice": {
"type": "text",
"speed": 1,
"voice_id": "c7d3fc95d60542fb9a1c27f05a2d0574",
"input_text": "Welcome back to our digital HQ here at Viralseo.net! Today, we’re unpacking a game-changer in the SEO world – Google Lighthouse. Now, if you think SEO is just about keywords and backlinks, you're in for a treat. Google Lighthouse is a free SEO tool offering an extensive look into your website’s performance, user experience, and overall SEO health. Whether you’re a seasoned marketer or a digital newbie, this tool promises insights that can boldly carve out your path in the digital landscape. So, what makes Google Lighthouse stand out from the crowd of SEO tools out there?\n\nFirstly, the key features of Google Lighthouse are like a compass for anyone looking to optimize web performance effectively. Let’s talk Performance Metrics – a crucial facet where Lighthouse shines. It provides detailed reports on load speeds, accessibility, and SEO, leveraging Core Web Vitals to gauge user interaction on your page. Imagine knowing exactly how your First Contentful Paint or Largest Contentful Paint measures up in the online world. But that’s just the tip of the iceberg! Lighthouse doesn’t just highlight these metrics; it gives you actionable insights, serving practical tips to elevate your website's performance into a higher league."
},
"character": {
"type": "avatar",
"scale": 1,
"offset": {},
"matting": false,
"avatar_id": "Conrad_standing_house_front",
"avatar_style": "normal"
},
"background": {}
},
{
"voice": {
"type": "text",
"speed": 1,
"voice_id": "c7d3fc95d60542fb9a1c27f05a2d0574",
"input_text": "This empathetic tool helps pinpoint elements sabotaging your site’s potential and tells you precisely how to turn those weaknesses into strengths. Best part? Google Lighthouse is as user-friendly as a tool can get. Running audits through Chrome DevTools or a simple Chrome extension requires zero technical wizardry. You can start unraveling the data right away, identifying opportunities for meaningful improvements without a steep learning curve. Unlike many alternatives, Lighthouse offers a holistic view – a comprehensive, 360-degree analysis covering everything from SEO and accessibility to the best web development practices that keep your audience engaged.\n\nNow, with its easy integration through Chrome DevTools or installation as a Chrome extension, Lighthouse is at your fingertips, ready to generate specific and insightful reports. Once a report is generated, you are greeted with an intuitive score ranging 1 to 100 for each critical aspect, alongside strategic recommendations. Need a roadmap to optimize images, minimize CSS and JavaScript, or refine page load times? Google Lighthouse is there with open arms, guiding you every step of the way towards a high-performing site."
},
"character": {
"type": "avatar",
"scale": 1,
"offset": {},
"matting": false,
"avatar_id": "Conrad_standing_house_front",
"avatar_style": "normal"
},
"background": {}
},
{
"voice": {
"type": "text",
"speed": 1,
"voice_id": "c7d3fc95d60542fb9a1c27f05a2d0574",
"input_text": "But what does all of this mean for you practically? Well, whether you're tasked with Performance Optimization or SEO Improvement, Google Lighthouse stands as your digital ally. It acts as a detective, uncovering those site elements slowing down user interaction or hiding your site darkly within search engine results. As for accessibility enhancement, effective suggestions there ensure the Web opens its doors wide to all users, regardless of their abilities. Moreover, it enhances overall user experience by ensuring smooth, quick, and engaging interactions with your web pages, making your digital presence both impactful and memorable. \n\nWhile Lighthouse remains a staple for comprehensive audits, there are other free tools complementing its prowess. Ahrefs’ keyword and backlink checkers, SEMrush’s site audits, Ubersuggest’s keyword insights, Rank Math’s WordPress optimizations, and Google Search Console’s performance tracking, each have their own unique strengths that cater to specific SEO needs. Using a combination of these tools not only hones your SEO efforts but makes sure no stone is left unturned in your path to online success."
},
"character": {
"type": "avatar",
"scale": 1,
"offset": {},
"matting": false,
"avatar_id": "Conrad_standing_house_front",
"avatar_style": "normal"
},
"background": {}
},
{
"voice": {
"type": "text",
"speed": 1,
"voice_id": "c7d3fc95d60542fb9a1c27f05a2d0574",
"input_text": "In the ever-evolving SEO landscape, having a robust toolset covering diverse needs from keyword research, backlink analysis, to technical audits and content optimization is no longer a luxury, but a necessity. Google Lighthouse and its companions paint a blueprint of success – irrespective of competition or industry restless tides. It’s about propelling your digital story to not just meet but exceed expectations on every front. Today’s insights are tomorrow’s strategies.\n\nAs we dive into these tools, remember, ethical and effective SEO is your digital promise to your audience. To delve deeper, transform potentials into achievements and craft a narrative of success, visit Viralseo.net – your beacon in the SEO cosmos. Thank you for joining us! Make sure to subscribe for more enlightening content and together, let’s pave the path to digital excellence with integrity and invention.\n\nDon’t forget to visit our website Viralseo.net to explore more on how we make your digital dreams a reality!"
},
"character": {
"type": "avatar",
"scale": 1,
"offset": {},
"matting": false,
"avatar_id": "Conrad_standing_house_front",
"avatar_style": "normal"
},
"background": {}
}
]
}
]
This gives me a output
[
{
"video_id": "b634e4c6712b47eba82f1eff82500719"
}
]
I can see the video being made but then it gives error and stops generating
can you please help me out
thanks