Home / Biography
Biography is a chronological deep dive into the lives of tech founders and builders. No polished origin stories - just raw conversations about obsession, burnout, reinvention, and the slow, uncertain process of building something meaningful.
Topics: Business
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1812129986/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
How Netflix Escaped Death (Three Times) November 7, 2025
Robinhood: The Story of An $120 Billion Super App October 27, 2025
#001 Daniel Ek: From the Projects to Scaling Spotify to $100 Billion+ October 10, 2025
Spotify: The Impossible Success Story October 9, 2025
How Nick Sharp Is Disrupting An $80 Billion Market With Attio September 26, 2025
How Tyler Denk Grew beehiiv to a $250M Business in 3.5 Years August 8, 2025
How Jason Yanowitz Built Blockworks into a $150M Business July 8, 2025
How Ben Wilson Quit His Job and Took Over the Podcasting World June 8, 2025
How Eric Glyman Built Ramp Into a $16 Billion Dollar Company In Only 6 Years May 15, 2025
How Andrew Wilkinson Runs a $180M Company Working 4 Hours a Day May 6, 2025
Any episode from this podcast is available via the API — get started .
Get any Biography episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.