Generate image-to-video clips with audio using Grok Imagine Video 1.5 via Pollo API
Quick overview This workflow collects a prompt and source image URL via an n8n form, submits an image-to-video generation request to the Pollo API (Grok Imagine Video 1.5), then repeatedly checks the task status until it completes and returns the generated video URL and metadata.
How it works Receives a submission from an n8n form containing a prompt, image URL, model path, and Pollo API key. Sends a POST request to the Pollo API generation endpoint for the specified model (for example, grok/grok-imagine-video-1-5) with the prompt and optional source image. Waits 5 seconds, then calls the Pollo API status endpoint using the returned task ID. Loops the wait-and-check cycle until the Pollo task status is either succeed or failed. Outputs the final task ID, status, generated media URL, media type, and remaining credit value.
Setup Create a Pollo API account and generate an API key. Keep the form trigger enabled and share its form URL with anyone who should submit generation requests. In the form submission, provide a valid model_path (for example, grok/grok-imagine-video-1-5) and ensure image_url is a publicly accessible URL if you want image-to-video generation.
Additional info please change the headline, Generate image-to-video clips with audio using Pollo API and Grok Imagine into Generate image-to-video clips with audio using Grok Imagine Video 1.5 via Pollo API
Related Templates
Send structured logs to BetterStack from any workflow using HTTP Request
Send structured logs to BetterStack from any workflow using HTTP Request Who is this for? This workflow is perfect for...
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Verify Linkedin Company Page by Domain with Airtop
Automating LinkedIn Company URL Verification Use Case This automation verifies that a given LinkedIn URL actually belo...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments