Actions
| Name | Description |
|---|---|
create-video-from-templateCreate a video using a selected template. | Create a video using a selected template. |
retrieve-translated-video-statusRetrieves the status of a translated video. | Retrieves the status of a translated video. |
retrieve_video_statusRetrieve the status and details of a video using its ID. | Retrieve the status and details of a video using its ID. |
retrieve_sharable_video_urlGenerates a public URL for a video, allowing it to be shared and accessed publicly. | Generates a public URL for a video, allowing it to be shared and accessed publicly. |
upload_assetUpload media files (images, videos, or audio) to HeyGen. Supports JPEG, PNG, MP4, WEBM, and MPEG files. | Upload media files (images, videos, or audio) to HeyGen. Supports JPEG, PNG, MP4, WEBM, and MPEG files. |
translate_videoTranslate a video into 175+ languages with natural voice and lip-sync. | Translate a video into 175+ languages with natural voice and lip-sync. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
video_generation_completedTriggers when a video is generated successfully. | Triggers when a video is generated successfully. |
video_generation_failedTriggers when a video generation process fails. | Triggers when a video generation process fails. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'heygen',
actionName: 'create-video-from-template',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect HeyGen to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does HeyGen support?
HeyGen supports 7 actions including Create Video from Template, Retrieve Translated Video Status, Retrieve Video Status, Retrieve Sharable Video URL, Upload an Asset, and more.
Can I use HeyGen with AI agents?
Yes. Add HeyGen to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does HeyGen use?
HeyGen uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the HeyGen integration cost?
The HeyGen integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does HeyGen support?
HeyGen supports 2 triggers including New Avatar Video Event (Success), New Avatar Video Event (Fail).
Connect HeyGen in 2 minutes
Get 1,000 free actions every month. No credit card required.