pop),返回扩写后的详细英文风格描述(乐器、节奏、人声特征都覆盖),效果远好于直接用简短 tag。upsampled_tags 可以直接填到 /generate 的 tags 字段。Authorization: Bearer ********************{
"original_tags": "pop"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/upsampleTags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"original_tags": "pop"
}'{
"code": 200,
"msg": "success",
"data": {
"upsampled_tags": "Bright pop production with punchy four-on-the-floor drums, tight kick, crisp clap...",
"taskBatchId": "1261459609752444928"
}
}