Back to Templates
Transform YouTube Videos to Social Media Content with Vizard AI and GPT‑4.1
This n8n template fetches new YouTube videos, enriches them with Vizard AI metadata, generates social‑media captions using GPT‑4.1, logs everything to Google Sheets, and notifies you by email. It’s a turnkey solution for content creators and marketers who need an end‑to‑end automated pipeline from video publishing to post scheduling.
Import the Template
Configure Credentials
Vizard API
and set your VIZARDAI_API_KEY
.Adjust Limits
maxItems
to control batch size.Column | Description |
---|---|
videoId |
Unique YouTube video identifier |
projectId |
Vizard AI project ID returned |
videoUrl |
Original YouTube video URL |
title |
Video title |
transcript |
Transcribed text from Vizard AI |
viralScore |
Vizard AI’s viral‑score metric |
viralReason |
Explanation for viral score |
generatedCaption |
GPT‑4.1–generated caption in JSON { "caption": ""} |
clipEditorUrl |
URL to Vizard’s clip editor |
Read YouTube RSS Feed
)Limit Videos to N
)Create Vizard Project
& Retrieve Vizard Metadata
)Iterate Each Video
)Generate Social Media Captions
)Log to Google Sheets
)Email Summary
)