How to get transcripts of any podcast episodes using podcast api?

Less than 1% of podcast episodes in our database have transcripts (See how many episodes do we have). In other words, most podcast episodes in our database don't have transcripts.

For those episodes with transcripts, you can fetch transcripts by passing the "show_transcript=1" parameter to GET /episodes/{id}:

For those episodes without transcripts, you can easily generate transcripts for them:

  • Step 1: Get the audio link of podcasts from API responses (See DOCS).
  • Step 2: Feed the audio to any Speech-to-Text APIs.

You can also get the audio link from our website without writing any code, then transcribe: How to get transcripts for any podcasts?


If you haven't used Listen Notes Podcast API yet, get API keys here - Get API keys

Still need help? Contact Us Contact Us