Drift phonk, distorted cowbell loop, aggressive 808 sub-bass...
Drift phonk, distorted cowbell loop, aggressive 808 sub-bass, dark atmospheric pads, pitched-down male vocals, heavy lo-fi grit, 140 BPM half-time
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": "Drift phonk, distorted cowbell loop, aggressive 808 sub-bass, dark atmospheric pads, pitched-down male vocals, heavy lo-fi grit, 140 BPM half-time"
}
JSON