heygen-avatars
Installation
SKILL.md
HeyGen Avatars
AI avatar video creation using HeyGen API for talking head videos, avatar generation, and text-to-video workflows.
Quick Start
// Check remaining quota
const response = await fetch("https://api.heygen.com/v2/user/remaining_quota", {
headers: { "X-Api-Key": process.env.HEYGEN_API_KEY! }
});