midjourney-image
Installation
SKILL.md
Midjourney Image Generation
Generate and manipulate AI images through AceDataCloud's Midjourney API.
Setup: See authentication for token setup.
Quick Start — Generate an Image
curl -X POST https://api.acedata.cloud/midjourney/imagine \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "a futuristic city at sunset, cyberpunk style --ar 16:9", "callback_url": "https://api.acedata.cloud/health"}'
Async: See async task polling. Poll via
POST /midjourney/taskswith{"id": "..."}.