Home / Into the Impossible With Brian Keating
Think like a physicist. Wonder like a human. Into the Impossible is where Cosmic Conversations happen — uniting Nobel Prize winners, iconoclasts, authors, and technologists to explore reality’s deepest questions.
Topics: Natural Sciences , Science , Physics
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/1169885840/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
Michael Shermer: The Only Skeptic on the Alien Task Force July 15, 2026
400K Subscribers Asked Me Anything. The Answers Got Weird. July 11, 2026
Top Astronomer: UFOs Are STILL Here July 7, 2026
Nobel Economist: The Market That Lets People Die June 30, 2026
Dead Cows, Aliens, & Ghosts: How Kevin Knuth Connects Them All June 26, 2026
Intelligent Design Theorist: AI Just Proved It Can’t Think Without Us June 22, 2026
Is the White House's New UAP Council a Game Changer for Disclosure? June 17, 2026
Roman Yampolskiy: AI Can’t Be Controlled — and We’re Building It Anyway June 15, 2026
Michio Kaku Went Viral On Diary of a CEO; I Had To Fact-Check June 14, 2026
Physicist: Why I Believe in Near-Death Experiences June 9, 2026
AI Insider CEO: The Models Too Dangerous for You to See. Emad Mostaque - #550 April 13, 2026
Any episode from this podcast is available via the API — get started .
Get any Into the Impossible With Brian Keating 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.