2.获取歌词接口
GET
/suno/tools/get-lyrics/{id}
请求参数
Path 参数
id
string
任务id
示例值:
17350344167770030
Header 参数
Authorization
string
用户中心获取的密钥
示例值:
{{YOUR_API_KEY}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://openapi.sku.vip/suno/tools/get-lyrics/17350344167770030'
返回响应
🟢200成功
application/json
Body
title
string
标题
text
string
歌词
status
string
任务状态
示例
{
"title": "Rainbow After the Rain",
"text": "[Verse]\nClouds were heavy skies were gray\nLost my way just yesterday\nNow the sun peeks through the gloom\nColors dance in full bloom\n\n[Chorus]\nRainbow after the rain\nWipes away all the pain\nFeel the light shine again\nNew beginnings in this lane\n\n[Verse 2]\nPuddle jumping every stride\nFinding joy deep inside\nStorm has passed it's clear and bright\nFollow hues to endless light\n\n[Chorus]\nRainbow after the rain\nWipes away all the pain\nFeel the light shine again\nNew beginnings in this lane\n\n[Bridge]\nEvery tear that fell from high\nBrought a promise to the sky\nChasing dreams without a sigh\nNow we're soaring no goodbyes\n\n[Chorus]\nRainbow after the rain\nWipes away all the pain\nFeel the light shine again\nNew beginnings in this lane",
"status": "SUCCESS"
}
修改于 2025-06-09 06:36:10