Skip to content
UniAPI Doc
Search
K
Main Navigation
首页
文档
Appearance
Menu
Return to top
创建歌词
POST
/suno/submit/lyrics
Authorizations
bearer
Type
HTTP (bearer)
Request Body
Schema
JSON
JSON
{
"prompt"
:
"string"
}
Responses
200
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"text"
:
"string"
,
"title"
:
"string"
,
"status"
:
"string"
}
POST
/suno/submit/lyrics
Playground
Authorization
bearer
Body
JSON
Try it out
Samples