SunoHub
  1. Suno API
SunoHub
  • SunoHub接口文档
    • Suno API
      • 歌曲生成接口
        POST
      • 歌词生成接口
        POST
      • 歌曲任务查询接口
        POST
      • 获取歌曲Timing接口
        POST
      • MP4生成接口
        POST
      • 自定义上传歌曲
        POST
      • 获取Wav接口
        POST
      • 创建Persona接口
        POST
      • 增强风格描述接口
        POST
  1. Suno API

增强风格描述接口

开发中
正式环境(默认全球加速)
https://api.sunohub.cn
正式环境(默认全球加速)
https://api.sunohub.cn
POST
https://api.sunohub.cn
/suno/style
最后修改时间:2025-05-15 02:51:58

请求参数

Header 参数
Authorization
string 
用户的使用凭证
可选
默认值:
Bearer {{API_TOKEN}}
Body 参数application/json
style_description
string 
必需
示例
{
  "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.sunohub.cn/suno/style' \
--header 'Authorization: Bearer asdasdasda9998fads' \
--header 'Content-Type: application/json' \
--data-raw '{
    "style_description":"test"
}'

返回响应

🟢200成功
application/json
Body
success
boolean 
必需
task_id
string 
必需
trace_id
string 
必需
data
object 
必需
enhancement_style
string 
必需
示例
{
  "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."
  }
}
上一页
创建Persona接口
Built with