Home / The Bible Recap
Have you ever closed your Bible and thought, "What did I just read?" Maybe you've tried to read through the Bible but quit when it felt confusing or impersonal? The Bible Recap is here to help!
Topics: Christianity , Religion & Spirituality
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/1440833267/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
Day 217 (2 Kings 22-23, 2 Chronicles 34-35) - Year 8 August 5, 2026
Day 216 (Nahum 1-3) - Year 8 August 4, 2026
Day 215 (2 Chronicles 32-33) - Year 8 August 3, 2026
Day 214 (2 Kings 20-21) - Year 8 August 2, 2026
Day 213 (Isaiah 64-66) - Year 8 August 1, 2026
Day 211 (Isaiah 54-58) - Year 8 July 30, 2026
Day 210 (Isaiah 49-53) - Year 8 July 29, 2026
Day 209 (2 Kings 19, Psalm 46, 80, 135) - Year 7 July 28, 2026
Day 208 (Isaiah 44-48) - Year 8 July 27, 2026
Day 207 (Isaiah 40-43) - Year 8 July 26, 2026
Day 206 (Isaiah 37-39, Psalm 76) - Year 8 July 25, 2026
Day 205 (Isaiah 35-36) - Year 8 July 24, 2026
Day 204 (Isaiah 31-34) - Year 8 July 23, 2026
Day 203 (Isaiah 28-30) - Year 8 July 22, 2026
Day 202 (Hosea 8-14) - Year 8 July 21, 2026
Day 201 (Hosea 1-7) - Year 8 July 20, 2026
Day 200 (2 Kings 18, 2 Chronicles 29-31, Psalm 48) - Year 8 July 19, 2026
Day 199 (Isaiah 23-27) - Year 8 July 18, 2026
Day 198 (Isaiah 18-22) - Year 8 July 17, 2026
Day 194 (2 Chronicles 27, Isaiah 9-12) - Year 8 July 13, 2026
Day 192 (Amos 1-5) - Year 8 July 11, 2026
Day 191 (Isaiah 5-8) - Year 8 July 10, 2026
Day 189 (2 Kings 15, 2 Chronicles 26) - Year 8 July 8, 2026
Any episode from this podcast is available via the API — get started .
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any The Bible Recap 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.