YoYAI
  1. Suno API
YoYAI
  • YoYAI接口文档
    • Suno API
      • 歌曲生成接口
        POST
      • 歌词生成接口
        POST
      • 歌曲任务查询接口
        POST
      • 获取歌曲Timing接口
        POST
      • MP4生成接口
        POST
      • 自定义上传歌曲
        POST
      • 获取Wav接口
        POST
      • 创建Persona接口
        POST
      • 增强风格描述接口
        POST
      • SRT生成接口
        POST
      • 获取歌曲MIDI接口
        POST
      • 获取歌曲HTML接口
        POST
    • OpenAI API
      • 图像生成接口
      • 对话接口
    • Kling API
      • 视频生成接口
    • Veo3 API
      • 视频生成接口
      • 视频任务查询接口
    • Spider API
      • URL资源爬取
      • Posts任务获取接口
    • Nano Banana API
      • 图像生成接口
      • 图像任务查询接口
    • Sora API
      • 视频生成接口
      • 视频任务查询接口
      • 角色创建接口
  1. Suno API

歌词生成接口

开发中
正式环境(默认全球加速)
https://api.yoy-ai.com
正式环境(默认全球加速)
https://api.yoy-ai.com
POST
https://api.yoy-ai.com
/suno/lyrics
最后修改时间:2025-04-17 03:10:21

请求参数

Header 参数

Body 参数application/json

示例
{
    "prompt": "A song about winter",
    "model": "remi-v1"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.yoy-ai.com/suno/lyrics' \
--header 'Authorization: Bearer asdasdasda9998fads' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "A song about winter",
    "model": "remi-v1"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "task_id": "f0225352-d6b8-4172-af61-3f5bc04d3aae",
    "data": {
        "text": "[Verse]\nFrost is creeping on the glass so clear\nThe roads are silver as the cold draws near\nBreath in clouds as we march through the chill\nWinter's here and it bends to no will\n\n[Chorus]\nOh the winter it roars it sings through the trees\nSharp as the bite of the coldest breeze\nBlanket of white where our footprints remain\nDancing through winter we don’t feel the pain\n\n[Verse 2]\nThe stars hang low like they're shy from the freeze\nMoonlight's a cloak draped over bare trees\nCrunch in the snow as the nights stretch on\nWinter's our stage till the breaking of dawn\n\n[Chorus]\nOh the winter it roars it sings through the trees\nSharp as the bite of the coldest breeze\nBlanket of white where our footprints remain\nDancing through winter we don’t feel the pain\n\n[Bridge]\nThe icicles shimmer like diamonds on display\nPromises whispered in the frost's payday\nEven as it chills it burns something bright\nWinter lingers loud beneath each streetlight\n\n[Chorus]\nOh the winter it roars it sings through the trees\nSharp as the bite of the coldest breeze\nBlanket of white where our footprints remain\nDancing through winter we don’t feel the pain",
        "title": "Frost in the Air",
        "tags": [
            "pop",
            "anthemic"
        ],
        "status": "complete"
    }
}
🟢200remi-v1响应结果
修改于 2025-04-17 03:10:21
上一页
歌曲生成接口
下一页
歌曲任务查询接口
Built with