workflows.fit
Back to n8n workflows
n8n templateFreeBy Alex Kim

Automate video creation with Luma AI Dream Machine and Airtable (Part 1)

Automate Video Creation with Luma AI Dream Machine and Airtable (Part 1) Description This workflow automates video creation using Luma AI Dream Machine and n8n. It generates dynamic videos based on custom prompts, ran...

Data & StorageDevelopmentCore NodesManual TriggerHttp RequestCodeSticky Note
Loading interactive preview...

Template notes

Automate Video Creation with Luma AI Dream Machine and Airtable (Part 1)

Description This workflow automates video creation using Luma AI Dream Machine and n8n. It generates dynamic videos based on custom prompts, random camera motion, and predefined settings, then stores the video and thumbnail URLs in Airtable for easy access and tracking. This automation makes it easy to create high-quality videos at scale with minimal effort.

πŸ‘‰ [Airtable Base Template](https://airtable.com/invite/l?inviteId=invOr5AApOnDOtkhi&inviteToken=72a165d2df1c9a1c82a6144effc626f88ad501e9eaab10a1c2f279c3d7a6faff) πŸŽ₯ [Tutorial Video](https://youtu.be/yFCZYGHM9d8)

---

Setup 1. Luma AI Setup - Create an account with Luma AI. - Generate an API key from Luma AI for authentication. - Ensure the API key has permission to create and manage video requests.

2. Airtable Setup Create an Airtable base with the following fields: - Generation ID – To match incoming webhook data. - Status – Workflow status (e.g., "Done"). - Video URL – Stores the generated video URL. - Thumbnail URL – Stores the thumbnail URL. - Prompt – The video prompt used in the request. - Aspect Ratio – Defines the video format (e.g., 9:16). - Duration – Length of the video.

πŸ‘‰ Use the Airtable template linked above to simplify setup.

3. n8n Setup - Install n8n (local or cloud). - Set up Luma AI and Airtable credentials in n8n. - Import the workflow and customize the settings based on your needs.