Generate Instagram Reel videos with Pollo API and MiniMax H3

Go to Workflow
0 views
Built by PolloAI PolloAI
Created on August 31, 2026

Description

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.

Nodes Used (1)

HTTP Request
n8n-nodes-base.httpRequest