suno-music

Installation
SKILL.md

Suno Music Generation

Generate AI-powered music through AceDataCloud's Suno API.

Setup: See authentication for token setup.

Quick Start

curl -X POST https://api.acedata.cloud/suno/audios \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a happy pop song about coding", "model": "chirp-v5-5", "callback_url": "https://api.acedata.cloud/health"}'

Async: All generation is async. See async task polling. Poll via POST /suno/tasks with {"task_id": "..."} every 3-5 seconds.

Available Models

Related skills

More from acedatacloud/skills

Installs
8
GitHub Stars
6
First Seen
Apr 6, 2026