← 返回
未分类 Key 中文

Suno Music

Generate AI music with Suno via AceDataCloud API. Use when creating songs from text prompts, generating lyrics, extending tracks, creating covers, extracting...
使用 Suno 通过 AceDataCloud API 生成 AI 音乐,适用于根据文字提示创作歌曲、生成歌词、延长曲目、制作翻唱、提取...
germey germey 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 381
下载
💾 0
安装
1
版本
#latest

概述

Suno Music Generation

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

Authentication

export ACEDATACLOUD_API_TOKEN="your-token-here"
# Get your token at https://platform.acedata.cloud

Quick Start — Generate a Song

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-v4-5", "wait": true}'

Available Models

ModelBest For
----------------
chirp-v5Latest, highest quality
chirp-v4-5-plusEnhanced v4.5
chirp-v4-5Good balance of quality and speed
chirp-v4Fast, reliable
chirp-v3-5Legacy, stable

Core Workflows

1. Quick Generation (Inspiration Mode)

Generate a song from a text description. Suno creates lyrics, style, and music automatically.

POST /suno/audios
{
  "prompt": "an upbeat electronic track about the future of AI",
  "model": "chirp-v4-5",
  "instrumental": false
}

2. Custom Generation (Full Control)

Provide your own lyrics, title, and style for precise control.

POST /suno/audios
{
  "action": "custom",
  "lyric": "[Verse]\nCode is poetry in motion\n[Chorus]\nWe build the future tonight",
  "title": "Digital Dreams",
  "style": "Synthwave, Electronic, Dreamy",
  "model": "chirp-v4-5",
  "vocal_gender": "f"
}

3. Extend a Song

Continue an existing song from a specific timestamp with new lyrics.

POST /suno/audios
{
  "action": "extend",
  "audio_id": "existing-audio-id",
  "lyric": "[Bridge]\nNew section lyrics here",
  "continue_at": 120.0,
  "style": "Same style as original"
}

4. Cover / Remix

Create a new version of an existing song in a different style.

POST /suno/audios
{
  "action": "cover",
  "audio_id": "existing-audio-id",
  "style": "Jazz, Acoustic, Mellow"
}

5. Full Song Creation Workflow

For best results follow this multi-step workflow:

  1. Generate lyricsPOST /suno/lyrics with a topic/prompt
  2. Optimize stylePOST /suno/style to refine style description
  3. Generate musicPOST /suno/audios with custom action, lyrics + style
  4. Poll taskPOST /suno/tasks with task_id until status is complete
  5. Optional: Extend — Use extend action to add more sections
  6. Optional: Concat — Use concat action to merge extended segments
  7. Optional: Convert — Get WAV (/suno/wav), MIDI (/suno/midi), or MP4 (/suno/mp4)

Auxiliary Endpoints

EndpointMethodPurpose
---------------------------
/suno/lyricsPOSTGenerate structured lyrics from a prompt
/suno/stylePOSTOptimize/refine a style description
/suno/mashup-lyricsPOSTCombine two sets of lyrics
/suno/mp4POSTGet MP4 video version of a song
/suno/wavPOSTConvert to lossless WAV format
/suno/midiPOSTExtract MIDI data for DAW editing
/suno/voxPOSTExtract vocal track (stem separation)
/suno/timingPOSTGet word-level timing/subtitles
/suno/personaPOSTSave a vocal style as a reusable persona
/suno/uploadPOSTUpload external audio for extend/cover
/suno/tasksPOSTQuery task status and results

Task Polling

All generation is async. Either use "wait": true for synchronous mode, or poll:

POST /suno/tasks
{"task_id": "your-task-id"}

Poll every 3–5 seconds until status is "complete".

Lyrics Format

Use section markers in square brackets:

[Verse 1]
Your verse lyrics here

[Chorus]
Catchy chorus lyrics

[Bridge]
Bridge section

[Outro]
Ending lyrics

MCP Server Integration

For tool-use with Claude/Copilot, install the MCP server:

pip install mcp-suno

Or use the hosted endpoint: https://suno.mcp.acedata.cloud/mcp

Key tools: suno_generate_music, suno_generate_custom_music, suno_extend_music, suno_cover_music, suno_generate_lyrics, suno_optimize_style

Gotchas

  • All generation is async — always poll /suno/tasks or use "wait": true
  • Lyrics max ~3000 characters. For longer songs, use the extend workflow
  • Style tags are descriptive phrases, not enum values (e.g., "Synthwave, Electronic, Dreamy")
  • vocal_gender ("f"/"m") is only supported on v4.5+ models
  • The concat action merges extended song segments — requires audio_id of the extended track
  • persona requires an existing audio_id to extract the vocal reference from
  • Upload external audio via /suno/upload before using it with extend/cover

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,510
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 434 📥 117,704
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 224 📥 48,586