Discussions

Ask a Question
Back to All

Heygen API Endpoint Not Returning All Avatars

I’ve noticed that the Heygen API endpoint (https://api.heygen.com/v2/avatars) does not include all avatars—particularly the public ones—that appear in the Heygen GUI. As a result, I currently have to open the Heygen GUI, inspect the element to extract the preview_image_url and preview_video_url, then separately locate the corresponding voice data. Only after gathering these details manually can I hardcode them into my application in order to use an additional avatar.

Could you please advise on how to retrieve all avatars, including the public ones, using the API? If no direct method is available, I’d greatly appreciate if the endpoint could be updated to return the complete set of public avatars as well. Thank you.