Episode Transcript Text Preview

GET /episodes/::episodeId/transcript-text/preview

Get a short, free excerpt of an episode transcript. Does not count against your transcript downloads. `totalCharacters` reports the length of the full transcript.

TOKEN

Authentication

This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.

URL

https://api.podengine.ai/api/v1/episodes/:episodeId/transcript-text/preview

Code Example

API Specification

Path Parameters

PropertyTypeDescription
episodeId
string ⓘ

Constraints:

uuid

200

Success Response

PropertyTypeDescription
status
string

data
object

episodeTranscriptText
object

podcastId
string ⓘ

Constraints:

uuid

episodeId
string ⓘ

Constraints:

uuid

transcriptId
string ⓘ

Constraints:

uuid

textnullable
string

truncated
boolean

totalCharacters
number