wan-video
Installation
SKILL.md
Wan Video Generation
Generate AI videos through AceDataCloud's Wan (Alibaba) API.
Setup: See authentication for token setup.
Quick Start
curl -X POST https://api.acedata.cloud/wan/videos \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"action": "text2video", "prompt": "a dolphin jumping through ocean waves at golden hour", "model": "wan2.6-t2v"}'
Async: See async task polling. Poll via
POST /wan/taskswith{"task_id": "..."}.