heygen

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name HEYGEN_TOKEN or zero doctor check-connector --url https://api.heygen.com/v2/avatars --method GET

How to Use

All examples below assume you have HEYGEN_TOKEN set.

The base URL for the HeyGen API is:

  • v1 endpoints: https://api.heygen.com/v1
  • v2 endpoints: https://api.heygen.com/v2

1. List Available Avatars

Get all avatars available to your account:

curl -s -X GET "https://api.heygen.com/v2/avatars" --header "x-api-key: $HEYGEN_TOKEN" | jq '.data.avatars[] | {avatar_id, avatar_name, gender}'
Related skills
Installs
23
GitHub Stars
59
First Seen
Mar 12, 2026