## blog
Notes from the machine room
Guides, comparisons, and engineering notes on programmatic music generation.
How to generate a full song with one API call
From zero to a finished MP3 in about five minutes: get a key, send a prompt, poll for the result, and download your track. Full code in Node, Python, and cURL.
Read the guide →Jul 02, 2026Suno API providers compared (2026 edition)Six providers, one spreadsheet: pricing per generation, credit expiry, concurrency limits, and what happens when Suno changes something upstream.comparisonJun 18, 2026What is a music API? An intro for developersText prompt in, audio file out — how programmatic music generation works, and where it fits in games, content platforms, and creative tools.explainerJun 05, 2026Covers and add-vocals: remix any track through the APITwo endpoints to transform existing audio — restyle a track into a new genre with /v1/cover, or turn an instrumental into a full song with /v1/add-vocals.guideMay 22, 2026Building a 24/7 lofi radio with 40 lines of codeA weekend project: continuous generation, a rotating queue, and auto top-up so the stream never runs dry.tutorialMay 09, 2026Why we made credits that never expireSubscription pressure makes developers over-buy and under-use. Our take on honest pay-as-you-go pricing.opinion