Generate Ultra-Realistic Ad Videos with Pollo API & Kling 3.0
Generate Ultra-Realistic Ad Videos with Pollo API & Kling 3.0
Regular price
£28.99
Regular price
£28.99
Sale price
Unit price
/
per
⬇
Instant Digital Download
∞
Unlimited Downloads
★
Lifetime Access in Your Account
Couldn't load pickup availability
🔥
128+ Sold
Popular with n8n builders
âš¡
23 people viewing
High interest right now
✅
9 added today
Fast-moving digital product
Generate Ultra-Realistic Ad Videos with Pollo API & Kling 3.0
Regular price
£28.99
Regular price
£28.99
Sale price
Unit price
/
per
Generate ultra-realistic ad videos automatically with Pollo API + Kling 3.0
This n8n workflow lets you collect a video prompt (and an optional reference image URL) via an n8n form, then generates a video using Pollo API with the Kling 3.0 model—finally returning the generated video URL and usage metadata.
What this workflow does
Designed for repeatable, hands-off video generation, the workflow:
-
Receives form submissions with: a required prompt, optional
image_url, amodel_path(default:kling-ai/kling-v3), and aPollo API key. - Sends a POST request to the Pollo API to start Kling 3.0 generation for the specified model, including the prompt and (if provided) the image input.
- Waits 10 seconds to allow Pollo to process the generation task.
- Polls task status by requesting generation status using the returned task ID.
-
Repeats until completion, stopping when status is either
succeedorfailed. - Outputs results: task ID, final status, generated video URL, media type, and credit usage.
Use cases
- Marketing teams who want an n8n-powered video ad generator with a simple form-based prompt workflow.
- SaaS operators testing different Kling 3.0 model paths through Pollo API without writing custom polling code.
- Automation engineers building a production pipeline for AI video generation with status tracking and result retrieval.
Technical details
- n8n nodes: Form Trigger, HTTP Request, Wait, If, Set, Sticky Note.
-
External integration: Pollo API generation endpoint for Kling 3.0 (e.g.,
kling-ai/kling-v3). -
Polling logic: wait-and-check loop until
succeedorfailed. -
Input requirement: any provided
image_urlmust be publicly accessible.
