Home / DGTL Voices with Ed Marx
DGTL Voices is your go-to podcast for all things digital innovation, healthcare technology, and leadership. Hosted by Ed Marx, the show features in-depth conversations with top leaders, entrepreneurs, and visionaries who are shaping the future of healthcare.
Topics: Technology
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/1552066046/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
The Cost of Failure Has to Go to Zero (ft. Nish Khandwala) July 16, 2026
A Trillion Small Problems (ft. Andrew Gostine) July 9, 2026
Feel Whole (ft. David Banks) July 2, 2026
Transformation Is Not Always About the Technology (ft. Ashley Beecy) June 25, 2026
You Have to Fail to Succeed (ft. Jennifer Miles-Thomas) June 18, 2026
1% Better Every Day (ft. Ansh Singhal) June 11, 2026
Why Every Future Doctor Needs an Engineering Degree (ft. Lev Gonick) June 6, 2026
AI Is a Tool, Not a Solution (ft. Rob Bart) June 4, 2026
From Colombia to Houston: How International Experience Shapes Leadership and Innovation in Healthcare (ft Dr. Andrea Ramirez Varela) March 19, 2026
A Legacy of Innovation in Healthcare (ft. Tom Curtin) March 13, 2026
From Surgeon to CEO, Mission-Driven Leadership in Healthcare (ft. Marlon Levy MD) March 5, 2026
Unveiling the World of Fashion (ft. Alla Eizenberg) March 3, 2026
Pioneering Change: The Role of Innovation (ft. Jason Hill) February 26, 2026
Any episode from this podcast is available via the API — get started .
Get any DGTL Voices with Ed Marx 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.