- OpenAI通用接口
- gemini
- Midjourney API文档
- Flux(文生图)
- Replicate格式
- OpenAI DallE3格式POST
- Runway视频接口
- Luma视频接口
- 可灵API(官方接口)
- 工作流接口
- suno
- ideogram
Suno 获取歌词
测试中
GET
/suno/tools/get-lyrics/{id}
请求参数
Path 参数
id
string
必需
Header 参数
Authorization
string
必需
默认值:
{{Authorization}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/suno/tools/get-lyrics/?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues'
返回响应
🟢200成功
application/json
Body
code
integer
响应码
description
string
描述
title
string
歌曲标题,示例值(Midnight Dreams)
text
string
歌词
status
string
状态
SUCCESS-成功,
RUNNING-运行中,
FAILURE-失败
示例
{
"code": 1,
"description": "成功",
"title": "Rainbow After the Rain",
"text": "[Verse]\nRaindrops fallin' down\nOn this quiet town\nGrey skies all around\nBut I hear the sound\n\n[Verse 2]\nPuddles in the street\nWash away defeat\nStep by step we meet\nFindin' life so sweet\n\n[Chorus]\nRainbow after the rain\nColors break the chain\nHope is here again\nDancin' through the pain\n\n[Verse 3]\nStorm clouds drift away\nChasin' night to day\nSunshine finds its way\nBrightens up the gray\n\n[Chorus]\nRainbow after the rain\nColors break the chain\nHope is here again\nDancin' through the pain\n\n[Bridge]\nHold tight through the storm\nLife can feel so warm\nRainbow will transform\nBreak the weather norm",
"status": "SUCCESS"
}
修改于 2024-08-15 12:30:36