R&B slow jam with female vocals
A silky smooth R&B slow jam with a female vocalist who has a rich, soulful alto voice. Lush pad synths and a warm sub-bass create a pillowy harmonic bed. Programmed drums with a half-time feel — crisp snare on beat three, deep 808 kick, and delicate hi-hat rolls. The vocal melody is intimate and conversational, with tasteful runs and ad-libs in the chorus. A brief interlude features a talk-box guitar solo. Tempo 68 BPM. The production is polished and modern but with analog warmth — think late-night drives with the windows down.
查看 API 代码
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",
"prompt": "A silky smooth R&B slow jam with a female vocalist who has a rich, soulful alto voice. Lush pad synths and a warm sub-bass create a pillowy harmonic bed. Programmed drums with a half-time feel — crisp snare on beat three, deep 808 kick, and delicate hi-hat rolls. The vocal melody is intimate and conversational, with tasteful runs and ad-libs in the chorus. A brief interlude features a talk-box guitar solo. Tempo 68 BPM. The production is polished and modern but with analog warmth — think late-night drives with the windows down."
}
JSON