K
kie.ai
/suno-music
Suno music generation
Generate a song with Suno V5 from a description, or custom mode with style and title. Returns audio URLs.
liveasyncdegraded · 195ms~120s typical
music generationsunoaudiosong
$0.120
per call
plus $0.001 platform fee per run
Bring your own kie.ai key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run kie /suno-music for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | Description (simple mode) or lyrics (custom mode) |
| style | string | Genre/style (enables custom mode) |
| title | string | Title (custom mode) |
| instrumental | boolean | No vocals default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"kie","endpoint":"/suno-music","input":{"prompt":"...","instrumental":false},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p kie -e /suno-music -i '{"prompt":"...","instrumental":false}' -w 120mcp
run_tool({ provider: "kie", endpoint: "/suno-music", input: {"prompt":"...","instrumental":false}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.