> ## 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 Mashup-Lyrics-Generierung API Schnittstellendokumentation

> Suno Music Generation API guide - Ace Data Cloud

Wenn Sie die Texte von zwei Songs verwenden möchten, um einen Mashup-Song zu erstellen, können Sie zuerst diese API verwenden, um die entsprechenden Texte zu generieren. Die API ist [Suno MashupLyrics Generation API](https://platform.acedata.cloud/documents/suno-mashup-lyrics).

Die Haupt-Eingabeparameter dieser API sind `lyrics_a` und `lyrics_b`, ein Beispiel für die Eingabe sieht wie folgt aus:

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

Klicken Sie auf Ausführen, das Ergebnis sieht wie folgt aus:

```
{
  "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"
  }
}
```

Man kann sehen, dass das `text` Feld im `data` die Textinformationen enthält.

Nachdem wir die Texte haben, können wir die [Suno Audios Generation API](https://platform.acedata.cloud/documents/suno-audios) verwenden, um benutzerdefinierte Songs zu generieren.
