SKUAI接口文档
  1. zeakAi格式
SKUAI接口文档
  • 使用须知
  • OpenAI 通用接口
    • 聊天
      • 1.聊天接口(OpenAI格式通用)
    • 图像
      • 1.创建图像
      • 2.创建图片编辑
  • 绘图模型
    • Midjourney
      • 1.文生图(Imagine)接口
      • 2.按钮点击(Action)接口
      • 3.图片融合(Blend)接口
      • 4.窗口执行(Modal)接口
      • 5.图生文(Describe)接口
      • 6.缩短提示词(Shorten)接口
      • 7.换脸(FaceSwap)接口
      • 8.上传(upload)接口
      • 9.查询接口
      • 10.批量查询接口
      • 11.获取种子(Seed)接口
      • 12.刷新链接(Refresh)接口
    • Flux
      • 官方格式
        • 1.生成图片
        • 2.查询任务
      • OpenAI格式
        • 1.创建图像
        • 2.创建图片编辑
    • Ideogram
      • 1.Generate(文生图)
      • 2.Edit(编辑)
      • 3.Remix(混合图)
      • 4.Upscale(放大高清)
      • 5.Describe(图生文)
  • 音乐模型
    • Suno
      • zeakAi格式
        • 1.生成歌词接口
          POST
        • 2.获取歌词接口
          GET
        • 3.生成音乐(灵感模式)
          POST
        • 4.生成音乐(专业模式)
          POST
        • 5.生成音乐(翻唱模式)
          POST
        • 6.局部编辑音乐
          POST
        • 7.上传音乐
          POST
        • 8.续写音乐
          POST
        • 9.裁剪音乐
          POST
        • 10.合并音乐
          POST
        • 11.查询音乐
          GET
      • newApi格式
        • 1.生成歌词接口
        • 2.生成音乐接口
        • 3.上传音乐接口
        • 4.歌曲拼接接口
        • 5.查询任务
  1. zeakAi格式

2.获取歌词接口

GET
/suno/tools/get-lyrics/{id}
根据任务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 
任务状态
必需
可用值:SUBMITTED,RUNNING,FAILURE,SUCCESS
示例
{
    "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
上一页
1.生成歌词接口
下一页
3.生成音乐(灵感模式)
Built with