heygen_avatar_get_video_status
Poll HeyGen for video generation status and obtain video and thumbnail URLs upon completion.
Instructions
Polls HeyGen for video generation progress. Returns status (pending/processing/completed/failed) and the video_url + thumbnail_url when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | HeyGen video ID to check. Usually {{heygen_result.video_id}}. | {{heygen_result.video_id}} |
| output_variable_name | Yes | Variable name for status result. Check {{video_status.status}} and {{video_status.video_url}}. | video_status |