Skip to main content
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>"
}
'
{}
Give your style prompt a creative boost. This endpoint takes a short style description and expands it into richer, more detailed style tags that can produce better generation results.
This is an async task. The response contains a taskId — use Get Task Status to poll for the enhanced tags.
Use the enhanced tags returned by this endpoint as the tags parameter in the Generate endpoint for more expressive music generation.

Authorizations

Authorization
string
header
required

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

Body

application/json
prompt
string
required

The prompt to generate the image.

Response

201 - application/json

The response is of type object.