跳转到主要内容
POST
/
suno
/
v2
/
upsampleTags
upsample tags
curl --request POST \
  --url https://api.mountsea.ai/suno/v2/upsampleTags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{}
为您的风格提示进行创意增强。此端点接收简短的风格描述,并将其扩展为更丰富、更详细的风格标签,从而产生更好的生成效果。
这是一个异步任务。响应包含一个 taskId — 使用获取任务状态轮询以获取增强后的标签。
将此端点返回的增强标签用作 Generate 端点的 tags 参数,以获得更具表现力的音乐生成效果。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
prompt
string
必填

The prompt to generate the image.

响应

201 - application/json

The response is of type object.