Generate Instagram Reel videos with Pollo API and MiniMax H3
Quick overview This workflow collects a prompt (and optional reference images) via an n8n form, submits a MiniMax H3 video generation request to the Pollo API, polls for completion, and returns the final task status and generated Instagram Reel video URL.
How it works Receives a submission from an n8n form containing a prompt, optional image URLs, the MiniMax H3 model path, and a Pollo API key. Sends a POST request to the Pollo API MiniMax H3 generation endpoint with the prompt and optional image input. Waits 10 seconds and then requests the current generation status from the Pollo API using the returned task ID. Repeats the wait-and-poll cycle until the generation status is either succeed or failed. Outputs the task ID, status, media type, video URL, and remaining/charged credit details from the final status response.
Setup Create a Pollo API account and obtain an API key with access to the MiniMax H3 endpoint. Ensure the form fields submitted to the workflow include prompt, model_path (for example minimax/minimax-h3), and api_key, with image_url optional. Run the workflow once to get the form URL and use it to submit your generation requests.
Related Templates
AI Weather Forecasts with MCP Integration
Real-time Weather Forecasts with MCP Tools This n8n workflow demonstrates how to integrate real-time weather intelligen...
Google Sheets UI for n8n Workflow
Google Sheets UI for Workflow Control This n8n template provides a practical and efficient way to manage your n8n workf...
Demo Workflow - How to use workflowStaticData()
This workflow demonstrates how to use the workflowStaticData() function to set any type of variable that will persist wi...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments