Home / The Straits Times Podcasts
Synopsis: Almost every weekday, our ALL-IN-ONE channel showcases discussions on Singapore youth perspectives and social issues, geopolitics through an Asian lens, health, climate change, personal finance and career.
Topics: News Commentary , News , Politics
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/1393913985/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
Is China’s economy broken? July 16, 2026
Are companies offering fresh grads contract work as a way to cut costs? July 16, 2026
Are social media algorithms feeding our parenting anxieties? July 15, 2026
Singapore footpath wars: Why reclaiming car space could solve the PMD and PMA problem July 14, 2026
What your blood pressure reading misses July 13, 2026
From BTS to Jeju's sea divers: South Korea's cultural revival July 9, 2026
Overworked, bullied and burnt out: Is being a lawyer still a dream job? July 9, 2026
The juggle is real: Can working mums really have it all? July 8, 2026
Should you 'buy the dip'? July 6, 2026
USIndoPacom reverts to USPacom: US-India ties in rupture or rift? July 2, 2026
'You don't have to do this perfectly to do it well': Working motherhood and mental health July 1, 2026
Singapore's lonely seniors: Why the super-aged feel isolated even when living with family June 30, 2026
Still party leader: why the WP continues to back Pritam Singh June 30, 2026
Will the Johor polls kill the unity government before GE16? June 25, 2026
'Dear You' controversy: Is it time to lift Singapore's movie ban on dialects? June 25, 2026
What can be done about the explosion of disinformation? June 18, 2026
Why are Chinese content creators targeting Singapore? June 18, 2026
Deepfakes, $50 intimate photos amid new digital regulations June 16, 2026
Award-winning Singapore clown Shanice Stanislaus on why we need to embrace failure June 15, 2026
Why Beijing now sets the agenda for US-China ties June 12, 2026
P1 registration: Why did the parent volunteer scheme become an arms race? June 9, 2026
When to start the conversation: Palliative care is for living, not just dying June 8, 2026
Secret sauce? Could mayonnaise be the key to winning World Cup 2026? June 6, 2026
Nature or nurture? What is behind the ‘Eldest Daughter Syndrome’ June 4, 2026
Is modern dating in Singapore broken? June 4, 2026
‘The more you know, the more wonderful it becomes’: Brian Cox on science and awe June 2, 2026
How to get from autonomous vehicles to flying cars: Xpeng CEO November 12, 2024
Any episode from this podcast is available via the API — get started .
Get any The Straits Times Podcasts 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.