Home / Reasonable Doubt
World-renowned criminal defense lawyer Mark Geragos reveals the latest in our nation's most high-profile legal cases. In addition to examining how current law affects society, current events are brought to the forefront, as Geragos brings significant details from past and present experiences.
Topics: Comedy , 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/1022539239/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
BARD - D4vd's Preliminary Hearing + Tate Brothers Arrest + House of Horrors Updates July 19, 2026
BARD - Charlie Kirk Case: Why the Tyler Robinson Hearing Raised More Questions July 12, 2026
BARD - D4vd Returns to Court | Ohio "House of Horrors" Twist? | Tyler Robinson Prelim Hearing This Week July 5, 2026
BARD - This Week's Biggest SCANDALS: Political Indictments, Diddy Appeal, & UFOs June 28, 2026
BARD - Mark and Teny Geragos Analyze the Viral George Pino Trial June 21, 2026
BARD - The Atlanta Judge Controversy and Fallout From the Karmelo Anthony Case June 14, 2026
BARD - Secretive Karmelo Anthony Trial: Self-Defense or M*rder? June 7, 2026
BARD - Harmeet Dhillon on Texas Redistricting, Campus DEI Crackdowns and Life Inside DOJ December 7, 2025
Any episode from this podcast is available via the API — get started .
Get any Reasonable Doubt 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.