- 文件服务
- 链接分析(url analysis)
- 图片生成
- flux
- ideogram
- midjourney
- gpt4oimage
- 音乐生成
- suno
- suno官网原生格式
- 官网格式
- 所有接口
- 场景1 生成自定义音乐(带歌词)
- 场景 2 通过提示词直接生成音乐(带歌词)
- 场景 3 生成自定义音乐(纯音乐)
- 场景 4 通过提示词直接生成音乐(纯音乐)
- 场景 5 上传自定义音频并续写
- 场景 6 续写音乐并获取完整音乐
- 场景 7 Cover音乐(音乐翻版,修改风格)
- 自定义格式(已废弃)
- udio
- 视频生成
- GPTs 相关
- 数字人
- 智谱清言(glm)
- openai
查询歌词
GET
https://api.gptgod.online/v1/suno/generate/lyrics/{id}
最后修改时间:2024-12-17 06:52:55
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
id
string
歌词任务 id
示例值:
a20fef14-5f5e-4747-b445-12d949bdbd2e
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gptgod.online/v1/suno/generate/lyrics/a20fef14-5f5e-4747-b445-12d949bdbd2e'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{"text":"[Verse]\nSky is full and glowing\nCity lights are low\nMidnight wind is blowing\nWhere do you wanna go\n\n[Verse 2]\nNeon signs are flashing\nMusic in the air\nNight's just getting started\nFeel it everywhere\n\n[Chorus]\nMoonlight ride\nHold on tight\nStars will guide\nAll through the night\n\n[Verse 3]\nTires on the pavement\nEcho in the dark\nWhispers in the silence\nLeave a little mark\n\n[Bridge]\nNo destination needed\nJust you and I\nLet the moment take us\nInto the sky\n\n[Chorus]\nMoonlight ride\nHold on tight\nStars will guide\nAll through the night","title":"Moonlight Ride","status":"complete"}