Home / Foreign Policy Live
Each week, Foreign Policy Live will feature a substantive conversation on world affairs. Host and FP editor in chief Ravi Agrawal will be joined by leading foreign-policy thinkers and practitioners to analyze a key issue in global politics, from the U.S.-China relationship to conflict and diplomacy.
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/1034003458/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 the Trans-Atlantic Relationship Over? A Debate. July 15, 2026
Can Ukraine Win in Russia? July 10, 2026
Is Trump Really Planning to Invade Cuba? July 1, 2026
The Geopolitics of SpaceX and Elon Musk June 26, 2026
Deciphering the U.S.-Iran Deal June 24, 2026
Is the U.S.-Israel Special Relationship Over? June 17, 2026
The Geopolitics of the World Cup June 10, 2026
How to End the Iran War June 5, 2026
How Much Will the Iran Conflict Hurt the Global Economy? April 29, 2026
Where the Iran War Goes From Here April 22, 2026
Is America Becoming a Rogue State? April 15, 2026
An Iran Hawk’s Take on the Cease-Fire April 9, 2026
The Iran War Cease-Fire and the Return of the Energy Weapon April 8, 2026
What Is Iran’s Endgame? March 31, 2026
How High Could Oil Prices Go? March 26, 2026
The World After Trump March 24, 2026
How to Have Politics Without Politicians March 18, 2026
A Debate Over the War in Iran March 12, 2026
Will the Gulf States Join the War? March 5, 2026
Any episode from this podcast is available via the API — get started .
Get any Foreign Policy Live 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.