HeyGen integration (AI, Design & Media). Imported from open-connector.
https://upload.heygen.com/v1/user/me
/v2/user/remaining_quota
/v2/avatars
/v2/avatar/{avatarId}/details
| Param | Type | Required | Description |
|---|---|---|---|
| avatarId | string | required | The unique HeyGen avatar ID to retrieve. |
/v2/voices
/v2/templates
/v3/template/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateId | string | required | The unique HeyGen template ID to retrieve. |
/v1/video_status.get
| Param | Type | Required | Description |
|---|---|---|---|
| videoId | string | required | The HeyGen video ID returned by a generation request. |
/v1/asset
| Param | Type | Required | Description |
|---|---|---|---|
| contentBase64 | string | required | The media file content encoded as a Base64 string. |
| mimeType | string | required | The MIME type of the media file to upload. |
/v1/asset/list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of assets to return, from 0 to 100. Use 0 to request no asse… |
| token | string | optional | The pagination token returned by a previous request. |
| fileType | string | optional | The asset type to list: image, video, or audio. |
| folderId | string | optional | The HeyGen folder ID to list assets from. |
/v1/asset/{assetId}/delete
| Param | Type | Required | Description |
|---|---|---|---|
| assetId | string | required | The HeyGen asset ID to delete. |
/v1/video.list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of videos to return, from 0 to 100. |
| token | string | optional | The pagination token returned by a previous request. |
| folderId | string | optional | The HeyGen folder ID to list videos from. |
| title | string | optional | The video title to search for. |
/v1/video.delete
| Param | Type | Required | Description |
|---|---|---|---|
| videoId | string | required | The HeyGen video ID to delete. |
| type | string | optional | The video category, either heygen_video or video_translate. |
/v1/folders
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of folders to return, from 0 to 100. |
| parentId | string | optional | The parent folder ID to filter by. |
| nameFilter | string | optional | The full or partial folder name to search for. |
| isTrash | boolean | optional | Whether to list folders in the trash. |
| token | string | optional | The pagination token returned by a previous request. |