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>"
}
'
{}

upsample tags

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.