Home / Hidden Forces
Get the edge with Hidden Forces where media entrepreneur and financial analyst Demetri Kofinas gives you access to the people and ideas that matter, so you can build financial security and always stay ahead of the curve.
Topics: Business , 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/1205359334/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
SpaceX, Europe's China Problem, and the Populist Backlash | Patrick Boyle July 20, 2026
How America Built A Durable Dollar Empire | Mary Bridges July 16, 2026
The Strong Do What They Can and Suffer What They Must | Jonathan Kirshner July 13, 2026
Iran's New Grand Strategy | Vali Nasr July 9, 2026
Schrödinger's Strait and the New Energy Order | Daniel Yergin July 2, 2026
After the Fall: Reckoning with the End of History | Ian Shapiro June 29, 2026
AI Governance and the National Security State | Dean W. Ball June 25, 2026
End of the Iran War: a New Balance of Power in the Middle East | Hamidreza Azizi June 18, 2026
The God Machine: Demis Hassabis and the Quest for Superintelligence | Sebastian Mallaby March 30, 2026
The Information State: Politics in the Age of Total Control | Jacob Siegel March 23, 2026
Any episode from this podcast is available via the API — get started .
Get any Hidden Forces 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.