Chat Bp
  1. suno
Chat Bp
  • OpenAI通用接口
    • 聊天接口(Chat)
      • 聊天接口(OpenAI格式通用)
      • gpts
      • gemini-pro
      • gpt-4-all(分析图片)
      • gpt-4-all(生成图片)
      • gpt-4-vision-preview
    • 图像接口(Images)
      • 图像生成
      • 图像编辑
      • 异步任务查询
    • 帮助中心
      • 常见问题及解决办法
  • gemini
    • Gemini多模态
      POST
  • Midjourney API文档
    • 快速教学-完整流程一遍过
    • 任务提交
      • 提交Imagine任务
      • 提交Action任务
      • 提交Blend任务
      • 提交Modal任务
      • 提交Describe任务
      • 提交Shorten任务
      • 提交SwapFace任务
      • 上传文件到discord
    • 任务查询
      • 指定id查询任务
      • 指定id列表查询任务
      • 获取任务图片的seed
  • Flux(文生图)
    • Replicate格式
      • 生成图片
      • 查询任务
    • OpenAI DallE3格式
      POST
  • Runway视频接口
    • 逆向
      • generate(文本)
      • generte(参考图片)
      • 查询单个任务
      • 查询任务列表
  • Luma视频接口
    • 视频生成
      POST
    • 视频扩展
      POST
    • 任务查询
      GET
  • 可灵API(官方接口)
    • 图像生成
      POST
    • 文生视频
      POST
    • 图生视频
      POST
    • 任务查询
      GET
  • 工作流接口
    • 艺术字
    • 艺术二维码
    • 风格转绘
    • 证件照
    • 高清放大
    • 模特换装
    • 局部重绘
    • 商品换背景
    • Flux-dev
    • 获取任务状态
  • suno
    • Suno 歌词生成
      POST
    • Suno 简单模式
      POST
    • Suno 进阶模式
      POST
    • suno 参考音乐模式
      POST
    • Suno 获取歌词
      GET
    • Suno 获取音乐
      GET
    • Suno 历史记录
      GET
    • Suno 用户删除记录
      DELETE
  • ideogram
    • Generate(文生图)
    • Remix(混合图)
    • Upscale(放大高清)
    • Describe(描述)
  1. suno

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/' \
--header 'Authorization;'

返回响应

🟢200成功
application/json
Body
code
integer 
响应码
必需
description
string 
描述
必需
title
string 
歌曲标题,示例值(Midnight Dreams)
必需
text
string 
歌词
必需
status
string 
状态
必需
SUBMITTED-已提交,
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
上一页
suno 参考音乐模式
下一页
Suno 获取音乐
Built with