Brazilian phonk, slapping 808s, distorted bass drops, Portug...
Brazilian phonk, slapping 808s, distorted bass drops, Portuguese-language chopped vocals, high-energy aggressive, 145 BPM
View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "suno-v5.5",
"prompt": "Brazilian phonk, slapping 808s, distorted bass drops, Portuguese-language chopped vocals, high-energy aggressive, 145 BPM"
}
JSON