What problem does it solve? Manually editing a face into a video requires specialized VFX skills and hours of frame-by-frame work. This Skill automates face swapping by calling the HeyGen API, so you can replace a face in any video with a face from a source image using a single API workflow. ## Core Features & Use Cases - AI Face Swap Execution: Submit a face swap job via HeyGen's /v1/workflows/executions endpoint with a source face image URL and a target video URL. - Status Polling: Poll the execution endpoint every 10 seconds until the job completes, then retrieve the output video URL. - Workflow Chaining: Generate an avatar video first, then swap in a custom face for personalized video content. - Use Case: A marketing team wants to personalize a product demo video for different spokespeople. They generate one base avatar video, then swap in each person's face from a headshot photo to produce customized versions. ## Quick Start Swap the face from my headshot photo into the product demo video using the HeyGen API and give me the final video URL.