> ## 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 API guide - 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)를 사용하여 맞춤형 곡 생성을 진행할 수 있습니다.
