luma-video

Installation
SKILL.md

Luma Video Generation

Generate AI videos through AceDataCloud's Luma Dream Machine API.

Setup: See authentication for token setup.

Quick Start

curl -X POST https://api.acedata.cloud/luma/videos \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a drone flying over a mountain lake at sunrise", "action": "generate", "callback_url": "https://api.acedata.cloud/health"}'

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

Workflows

Related skills

More from acedatacloud/skills

Installs
11
GitHub Stars
6
First Seen
Apr 6, 2026