cURL
curl --request POST \ --url https://api.mountsea.ai/suno/v2/upsampleTags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>" } '
{}
gives your prompt to creative boost
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The prompt to generate the image.
The response is of type object.
object