Episode Transcript Timestamps

GET /episodes/::episodeId/transcript-timestamps

Get the transcript of an episode with word-level timestamps in a structured JSON format

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-timestamps

Code Example

API Specification

Path Parameters

PropertyTypeDescription
episodeId
string ⓘ

Constraints:

uuid

200

Success Response

PropertyTypeDescription
status
literal: OK

data
object

episodeId
string

podcastId
string

sentences
array
of
object

text
string

startSecond
number

endSecond
number