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 avideo_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
Typical flow
Tips
- Wrap
heygen_avatar_get_video_statusin a For Loop untilstatus == "completed". - Pair with Post to Bluesky or Send Message to distribute the final video.
Related
- HeyGen Photo Avatar — create the avatar itself.
- Instant Headshot — for static professional headshots.
- Full endpoint details in the API Reference.

