Skip to main content

Overview

The HeyGen Avatar pack turns written content into a talking-avatar video. Point it at a blog URL (it will scrape and summarize) or pass a topic/script directly, and it submits the job to the HeyGen V2 API. The pack returns a video_id you can poll for status and the final video_url + thumbnail_url when rendering completes. Use cases
  • Auto-generated social video recaps for every new blog post
  • Personalized sales video intros
  • Turning newsletter copy into a distributable video format

Pack actions

StageActionPurpose
HG1heygen_avatar_generate_videoSubmit a video job (from URL, topic, or script). Returns video_id.
HG2heygen_avatar_get_video_statusPoll status (pending / processing / completed / failed). Returns video_url + thumbnail_url when complete.

Typical flow

Tips