Upbeat indie pop for podcast intro
A bright, catchy indie pop instrumental perfect for a tech podcast intro. Hand-claps and stomps establish a four-on-the-floor rhythm. Jangly electric guitar plays an arpeggiated chord pattern through a clean amp with light chorus. A whistled melody carries the main hook — simple, memorable, and optimistic. Glockenspiel doubles the melody an octave up during the second phrase. Bass guitar provides bouncy root-fifth movement. The track should feel complete in 30 seconds — quick intro, hook, and a clean ending on a sustained chord. Tempo 118 BPM. The vibe is friendly, smart, and welcoming.
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": "A bright, catchy indie pop instrumental perfect for a tech podcast intro. Hand-claps and stomps establish a four-on-the-floor rhythm. Jangly electric guitar plays an arpeggiated chord pattern through a clean amp with light chorus. A whistled melody carries the main hook — simple, memorable, and optimistic. Glockenspiel doubles the melody an octave up during the second phrase. Bass guitar provides bouncy root-fifth movement. The track should feel complete in 30 seconds — quick intro, hook, and a clean ending on a sustained chord. Tempo 118 BPM. The vibe is friendly, smart, and welcoming."
}
JSON