> ## Documentation Index
> Fetch the complete documentation index at: https://docs.acedata.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Suno 混曲歌詞生成 API 對接說明

> Suno Music Generation 整合指南 - Ace Data Cloud

如果你想使用兩首歌曲的歌詞來生成混合歌曲，可以先使用該API來生成對應的歌詞，API 是 [Suno MashupLyrics Generation API](https://platform.acedata.cloud/documents/suno-mashup-lyrics)。

該 API 主要輸入參數是 `lyrics_a`、`lyrics_b`，填寫樣例如下：

![](https://cdn.acedata.cloud/g9n3t6.png)

點擊運行，結果如下：

```
{
  "success": true,
  "task_id": "80aa3cd3-ca87-4ca3-82d2-1830e3d8f53a",
  "data": {
    "text": "Sambuy come back  \nBluespawn, greenspawn are making you a spawn  \n\nSambuy come  \nSambuy come back  \nBluespawn, greenspawn are making you a spawn  \n\nSambuy come  \nSambuy come back  \nBluespawn, greenspawn are making you a spawn  \n\nSambuy come  \nSambuy come back  \nSambuy come, Sambuy come back  \nBluespawn, greenspawn are making you a spawn  \n\nSambuy come  \nSambuy come back  \nBluespawn, greenspawn are making you a spawn  \nSambuy come back",
    "title": "Lyrics Mashup",
    "tags": [],
    "status": "complete"
  }
}
```

可以看到，`data` 的 `text` 欄位就是歌詞信息。

有了歌詞之後，我們便可以使用 [Suno Audios Generation API](https://platform.acedata.cloud/documents/suno-audios) 來進行自定義歌曲生成了。
