A single sentence describing the song's theme or mood. Output: Two alternative complete songs automatically generated, including melody, lyrics, and vocals. v5.5 delivers Suno's highest-ever audio quality in vocal realism, instrument separation, and dynamic range, capable of handling nuanced emotional expression and complex style mashups. Significantly lowers the creative barrier – no music background required to quickly produce professional-grade music.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"description":"Chinese classical, pipa and guqin, peaceful, slow, instrumenta","make_instrumental":"false"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/rhart-audio/suno-v5.5/single' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"description": "Chinese classical, pipa and guqin, peaceful, slow, instrumenta",
"make_instrumental": "false"
}'