Get the first few timestamped sentences of an episode transcript, free. Does not count against your transcript downloads. `totalSentences` reports how many sentences the full transcript has.
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 | |
└totalSentences | number | |
└truncated | boolean |