Home / RedHanded
RedHanded the podcast jumps head first into all manner of macabre madness. We cover everything from big time serial killers (and those you may never have heard of), to hauntings, possessions, disturbing mysteries, bizarre whodunits and basically anything that tickles our creepy fancy.
Topics: True Crime
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/1250599915/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
ShortHand: Kapustin Yar – Russia's Area 51 August 4, 2026
The Golden State Killer - Part 2: I’ll Be Gone In the Dark | #461 July 30, 2026
ShortHand: The Bling Ring July 28, 2026
ShortHand: Lili’uokalani - The Last Queen of Hawai’i July 24, 2026
The Golden State Killer - Part 1: A Horror Beyond Belief | #460 July 23, 2026
ShortHand: Alcatraz – Escape from Devil's Island July 21, 2026
FROM THE VAULT - Richard Chase: The Vampire of Sacramento - Parts 1&2 July 20, 2026
ShortHand: The Space Race July 17, 2026
Juana Barraza: Mexico's Notorious 'Little Old Lady Killer' | #459 July 16, 2026
FROM THE VAULT - The Staircase: Michael Peterson - Parts 1&2 July 13, 2026
ShortHand: The Real Pocahontas July 7, 2026
Robert ‘Willie’ Pickton – Part 1: The Pig Farm Killer | #457 July 2, 2026
Any episode from this podcast is available via the API — get started .
Get any RedHanded 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.