PodHood is in private beta — request access.
PodHoodDocs
API Reference

Get an episode's word-level transcript

The episode's transcript document (word-aligned to the audio). Published episodes are anonymously readable; unpublished ones 404.

GET
/api/v1/episodes/{episodeId}/transcript

Path Parameters

episodeId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/episodes/string/transcript"
{}
{  "error": "string"}
{  "error": "string"}
Was this page helpful?