Memphis phonk, lo-fi 808s, dusty vintage samples, dark rap-c...
Memphis phonk, lo-fi 808s, dusty vintage samples, dark rap-chant male vocals, gritty tape warmth, 90s Three-6-Mafia-era aesthetic, 135 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": "Memphis phonk, lo-fi 808s, dusty vintage samples, dark rap-chant male vocals, gritty tape warmth, 90s Three-6-Mafia-era aesthetic, 135 BPM"
}
JSON