Generate AI videos using Havis AI Grok Imagine
Havis AI - Grok Imagine n8n Workflow Summary This n8n workflow submits a video generation job to Havis AI Grok Imagine, waits for processing, polls task status, and returns result data when the job completes. Who is t...
Template notes
Havis AI - Grok Imagine n8n Workflow
Summary
This n8n workflow submits a video generation job to Havis AI Grok Imagine, waits for processing, polls task status, and returns result data when the job completes.
Who is this for?
- Creators who want a reusable no-code generation form. - Agencies building client-facing AI automation. - Developers who want an importable API test workflow. - n8n users connecting Havis AI output to storage, Slack, Sheets, Airtable, webhooks, or a CMS.
What this workflow does
1. Opens an n8n Form Trigger for Grok Imagine inputs. 2. Builds a clean JSON payload and removes empty optional fields. 3. Sends a POST request to https://havis.ai/api/grok-imagine. 4. Waits 8 seconds, then polls https://havis.ai/api/task/{taskid}. 5. Loops while the task is processing. 6. Returns task ID, status, result URLs, credits used, and submitted payload. 7. Returns a clean error object if the task fails.
Setup