veo-video
Installation
SKILL.md
Veo Video Generation
Generate AI videos through AceDataCloud's Google Veo API.
Setup: See authentication for token setup.
Quick Start
curl -X POST https://api.acedata.cloud/veo/videos \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"action": "text2video", "prompt": "a whale breaching in slow motion at golden hour", "model": "veo3", "callback_url": "https://api.acedata.cloud/health"}'
Async: See async task polling. Poll via
POST /veo/taskswith{"id": "..."}. This returns a task ID immediately. Poll for the result: