Description: Manage operations in HeyGen.Authentication:
See integration-specific authentication requirements
Available Actions:Examples:
Action: unknown
Example 1: HeyGen: Generate Video (Basic)Generate an AI video with basic script. Videos are automatically stored in S3. If avatar_id or voice_id are not provided, the first available avatar and voice will be used automatically. Docs: https://docs.heygen.com/reference/create-an-avatar-video-v2
Example 2: HeyGen: Generate Video (Full Options)Generate an AI video with all optional parameters including voice, background, captions, and custom dimensions. If avatar_id or voice_id are not provided, defaults will be fetched automatically.
Example 3: HeyGen: Generate Video (With Variables)Generate an AI video using variables from callData for dynamic content. If avatar_id or voice_id are not provided, the first available avatar and voice will be used automatically.
Example 4: HeyGen: List Available AvatarsRetrieve a list of available avatars and talking photos for your HeyGen API key. Use the avatar_id values in generate_video requests.
Example 5: HeyGen: List Available VoicesRetrieve a list of available voices for your HeyGen API key. Use the voice_id values in generate_video requests.
Example 6: HeyGen: Generate Video (Async)Start video generation asynchronously. Returns immediately with video_id. Use get_video_status to check completion. If avatar_id or voice_id are not provided, defaults will be fetched automatically.
Example 7: HeyGen: Generate Video (Sync with Polling)Generate video synchronously with polling until completion. Configurable poll interval and timeout. If avatar_id or voice_id are not provided, defaults will be fetched automatically.
Example 11: HeyGen: Generate Video (Legacy)Generate video (legacy action, maps to generate_video_sync). If avatar_id or voice_id are not provided, defaults will be fetched automatically.