Uncovering the timeless principles that drive success.
Topics: Business, Technology
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/990149481/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
- The Mindset That Unlocks Your Full Potential | Dr. Gio Valiante July 7, 2026
- How to Repair and Nourish Your Gut | Dr. Giulia Enders June 23, 2026
- Mental Models That Change How You Think | Bill Gurley June 9, 2026
- OpenAI Co-Founder: AI Goes Parabolic! Here's What's Next | Greg Brockman April 22, 2026
- Mario Harik: Playing to Win April 14, 2026
- America's Top Principal: AI and The Future of Education March 31, 2026
- Connor Teskey: The 90% Rule, AI Infrastructure, and the Future of Investing March 17, 2026
- The CEO Who Lost 80% of His Company's Value (And Built It Back): Vlad Tenev March 3, 2026
- Elad Gil: How to Spot a Billion-Dollar Startup Before the Rest of the World May 13, 2025
- Y Combinator CEO Garry Tan: Turning Ambitious Misfits into Founders April 29, 2025
- How to Win by Being Right and Contrarian: Lessons from Zappos to DoorDash January 21, 2025
- Frank Slootman: Doing Less, Doing Better August 8, 2023
- #113 Sarah Tavel: The Value of Intellectual Rigor June 15, 2021
Any episode from this podcast is available via the API — get started.
Get any The Knowledge Project 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.