Skip to main content

Transcript

The transcript object and all of its attributes.

type Transcript {
url: Url!
source: String!
transcriptType: String!
generatedDate: DateTime
}

Fields

url (Url!)

The transcript file's URL. This URL is only valid for 10 minutes.

source (String!)

The transcript source - podchaser if we generated the transcript and podcaster if the transcript came from the podcast itself.

transcriptType (String!)

The type of transcript, such as raw_JSON or beautified_JSON. See our transcript guide for details.

generatedDate (DateTime)

The date of the last time this transcript was generated