hailuo-video

Installation
SKILL.md

Hailuo Video Generation

Generate AI videos through AceDataCloud's Hailuo (MiniMax) API.

Setup: See authentication for token setup.

Quick Start

curl -X POST https://api.acedata.cloud/hailuo/videos \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "generate", "prompt": "a dolphin jumping through ocean waves at golden hour", "model": "minimax-t2v"}'

Async: See async task polling. Poll via POST /hailuo/tasks with {"task_id": "..."}.

Models

| Model | Type | Best For |

Related skills

More from acedatacloud/skills

Installs
8
GitHub Stars
6
First Seen
Apr 6, 2026