Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This workflow translates a YouTube video's title and description into several languages with OpenAI, then writes those translations back to the video as native YouTube localizations. This helps you reach a wider, multilingual audience without manual copy-paste.
This page is a step-by-step course support: everything you need to rebuild the workflow manually, node by node, live on stream. All values are copy-paste ready.
Run workflow (Manual Trigger)
-> Configuration (Set)
-> Fetch video information (YouTube)
-> Prepare target languages (Code)
-> AI translator (Agent)
- subnode: OpenAI Chat Model (language model)
- subnode: Translation output parser (structured output)
-> Update video localization (HTTP Request - PUT)
-> Build localization URL (Set)
You need two credentials in n8n:
| Credential | Type | Used by |
|---|---|---|
| YouTube account | YouTube OAuth2 API | Fetch video information, Update video localization |
| OpenAi account | OpenAI API | OpenAI Chat Model |