Home / The Team House
The Team House is a long-form, fiercely apolitical national security podcast hosted by Jack Murphy, featuring special operations veterans, intelligence professionals, frontline reporters, and guests who have never spoken publicly before.
Topics: History , Government
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/1492797340/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
Trump's Bluff Went Nowhere (Iran War Update) | EYES ON GEOPOLITICS August 3, 2026
Inside the SAS w/ SAS Operator Jay Morton August 1, 2026
Can the U.S. Win a War in the Pacific Against China? | EYES ON GEOPOLITICS July 30, 2026
Iran Knows America Is Running Out of Missiles | EYES ON GEOPOLITICS July 27, 2026
20 Years at War: A Ranger Regiment Story | Luis Saucedo July 25, 2026
How America Went Blind in Iran | EYES ON GEOPOLITICS July 23, 2026
This is What Losing Looks Like (Iran War Update) | EYES ON GEOPOLITICS July 20, 2026
Inside the Special Forces Crisis Response Team | Dave Harris July 18, 2026
Inside JSOC’s Most Dangerous Mission Ever | EYES ON GEOPOLITICS July 9, 2026
Inside Ukraine’s Foreign Legion | Colin Freeman July 4, 2026
Special Forces to CIA in Afghanistan Fighting the Soviets | Mike Vickers (throwback) July 2, 2026
The Real Marine Behind Generation Kill | Brad Colbert June 26, 2026
Any episode from this podcast is available via the API — get started .
Get any The Team House 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.