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/style
最后修改时间:2025-05-15 02:51:58

请求参数

Header 参数

Body 参数application/json

示例
{
    "style_description":"test"
}

请求示例代码

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/style' \
--header 'Authorization: Bearer asdasdasda9998fads' \
--header 'Content-Type: application/json' \
--data-raw '{
    "style_description":"test"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "task_id": "6278212d-0eab-40c8-b839-9d8364b2c609",
    "trace_id": "324793ff-1cc8-445d-a07b-8923cfcc4e50",
    "data": {
        "enhancement_style": "A warm, expressive male vocal leads with subtle piano and acoustic guitar backing. Light rhythmic percussion enters in the first verse, building through layered harmonies and ambient textures. The chorus lifts with fuller instrumentation and dynamic vocal phrasing, resolving in a gentle outro."
    }
}
修改于 2025-05-15 02:51:58
上一页
创建Persona接口
下一页
SRT生成接口
Built with