Get the transcript of an episode with word-level timestamps in a structured JSON format
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
episodeId | string ⓘConstraints: uuid |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└episodeId | string | |
└podcastId | string | |
└sentences | array of object | |
└text | string | |
└startSecond | number | |
└endSecond | number |