Doom metal, slow downtuned sludge riffs, crushing low tempo,...
Doom metal, slow downtuned sludge riffs, crushing low tempo, dark atmospheric despair, gritty male vocals, heavy analog tone, 66 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": "Doom metal, slow downtuned sludge riffs, crushing low tempo, dark atmospheric despair, gritty male vocals, heavy analog tone, 66 BPM"
}
JSON