Automatically generate authentic User-Generated Content (UGC) videos from a simple form submission, powered by n8n, Anthropic, and KIE.AI video generation.
This workflow automates the process of creating influencer-style promotional videos.
Users describe the type of video and influencer, optionally let AI write the script, and select the video’s aspect ratio.
The workflow then generates a complete UGC-style MP4 video using AI, returning a video link automatically.
Form Submission
AI Script Generation
Prompt Building
Video Generation
veo3_fast model) to generate a realistic influencer-style video.Video Retrieval
| Step | Node | Description |
|---|---|---|
| 1 | Form Trigger | Collects user input through a custom web form. |
| 2 | Edit Fields | Normalizes and prepares fields for downstream use. |
| 3 | Script Decision | Checks if the user wants to auto-generate or use a custom script. |
| 4 | HTTP Request (Anthropic) | Generates a short script using Claude. |
| 5 | Determine Final Script | Merges AI or manual script with user input. |
| 6 | Create Prompts | Builds natural prompts for image/video generation. |
| 7 | Generate Video (KIE.AI) | Sends request to the KIE.AI API to produce the video. |
| 8 | Check Video Success | Confirms if the API returned a success code. |
| 9 | Get Video File | Retrieves the video download link using the task ID. |
| 10 | Output Result | Outputs video URL and status as JSON. |
Watch the demo video: 👉 UGC Video Example
Create a .env file in your n8n environment:
ANTHROPIC_API_KEY=your-anthropic-key
KIE_API_KEY=your-kie-api-key