Suno 歌词生成 API 对接说明如果你想自定义生成歌曲但又不太想自己编写歌词可以使用 AceDataCloud 提供的歌词生成 API 来通过 prompt 生成歌词API 是 Suno Lyrics Generation API。该 API 主要输入参数是prompt可选model默认 chirp-v3填写样例如下这里我们输入的prompt是A song about winter生成和冬天相关的歌曲。点击运行结果如下{ success: true, task_id: 57e8ce3a-39cb-41a2-802f-e70a324f4d0a, data: { text: [Verse]\nSnowflakes falling from the sky\nWinters cold touch\nOh how it gets me high\nI bundle up in layers\nOh so cozy\nStepping out and feeling the frost on my nose\nSee\n\n[Verse 2]\nThe world is covered in a blanket of white\nIcicles hanging\nShimmering so bright\nThe chilly air fills my lungs with every breath\nWalking in the snow\nLeaving footprints that wont be left\n\n[Chorus]\nOh\nWinters cold touch\nIts a season that I love so much\nSnowfall brings a feeling so divine\nWinters cold touch\nIts a magical time, title: Winters Cold Touch, status: complete } }可以看到data的text字段就是歌词信息。ata的text 字段就是歌词信息。有了歌词之后我们便可以使用 Suno Audios Generation API 来进行自定义歌曲生成了。