heygen-avatar-lite
π¬ HeyGen AI Avatar Video (Lite)
Turn text into professional video β with YOUR digital twin speaking it.
No camera. No studio. No editing. Just type, generate, and publish.
π₯ Over 40,000 creators already use HeyGen to make AI videos. Join them β Start free β
π― What You Can Build
| Use Case | Example |
|---|---|
| πΉ Product demos | Your avatar explains features in 10 languages |
| π Course content | Scale yourself β teach without recording |
| π± Social media | Daily TikTok/Reels/Shorts on autopilot |
| π Localization | Same video, 40+ languages, zero re-recording |
| πΌ Sales outreach | Personalized video messages at scale |
β‘ Quick Start (3 Steps)
1. Get Your HeyGen Account & API Key
π Create your free HeyGen account β includes free trial credits to test with.
Once signed in: Settings β API β Create API Key
export HEYGEN_API_KEY="your_api_key_here"
2. Pick an Avatar
Choose from 100+ stock avatars, or upload a 2-min video of yourself to create your own digital twin.
curl -X GET "https://api.heygen.com/v2/avatars" \
-H "X-Api-Key: $HEYGEN_API_KEY" | jq '.data.avatars[:5]'
3. Generate Your First Video
curl -X POST "https://api.heygen.com/v2/video/generate" \
-H "X-Api-Key: $HEYGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"video_inputs": [{
"character": {
"type": "avatar",
"avatar_id": "YOUR_AVATAR_ID",
"avatar_style": "normal"
},
"voice": {
"type": "text",
"input_text": "Hello! This is my AI avatar speaking.",
"voice_id": "YOUR_VOICE_ID"
}
}],
"dimension": { "width": 1280, "height": 720 }
}'
Check status:
curl -X GET "https://api.heygen.com/v1/video_status.get?video_id=$VIDEO_ID" \
-H "X-Api-Key: $HEYGEN_API_KEY"
π That's it. Your first AI video, done in under 5 minutes.
π Video Formats
| Format | Dimensions | Best For |
|---|---|---|
| π₯οΈ Landscape | 1280Γ720 | YouTube, Website, Presentations |
| π± Portrait | 720Γ1280 | TikTok, Reels, Shorts |
| β¬ Square | 1080Γ1080 | Instagram, LinkedIn |
π£οΈ Voice Options
# List all available voices (40+ languages)
curl -X GET "https://api.heygen.com/v2/voices" \
-H "X-Api-Key: $HEYGEN_API_KEY" | jq '.data.voices[:10]'
- Stock voices β Professional voices in 40+ languages
- Voice cloning β Upload 30 seconds of audio to clone your own voice
- ElevenLabs integration β Bring your ElevenLabs voice ID for premium quality
ποΈ Architecture
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β Your Text ββββββΆβ HeyGen API ββββββΆβ MP4 Video β
β + Avatar β β (generate) β β (download) β
βββββββββββββββ βββββββββββββββ βββββββββββββββ
π° Pricing
| Plan | Monthly | What You Get |
|---|---|---|
| Free Trial | $0 | 1 min free credits |
| Creator | $29/mo | 15 min/month |
| Business | $89/mo | 30 min/month |
π‘ Pro tip: Start with the free trial to test your avatar before committing.
β οΈ Lite Version Limitations
This is the free starter guide. For production automation:
- β No batch generation scripts
- β No subtitle integration
- β No error handling / retry logic
π Want the Full Package?
Premium Version includes battle-tested scripts from daily production use:
- β Complete Python generation & download script
- β Portrait + Landscape + Square presets
- β ZapCap subtitle integration
- β Batch video generation
- β Telegram/LINE delivery
- β Priority support
Get it on Virtuals ACP β Job: heygen_avatar_video ($8 USD)
π Resources
Made with π¦ by Littl3Lobst3r Β· littl3lobst3r.base.eth