Get Sermon Transcript
Content
Get Sermon Transcript
Fetch the published synced transcript for an audio or uploaded video sermon.
GET
Get Sermon Transcript
Returns the published transcript for a sermon in the authenticated member’s church. If the sermon has no published transcript, or the sermon belongs to another church, the response succeeds with
data: null.
Use the lightweight has_transcript field from GET /v1/audios, GET /v1/videos, or GET /v1/media/category/{categoryId} before loading the full cue list.
Request inputs
Your client API key from the dashboard (Settings page).
Unique identifier of the audio or video sermon.
Optional language code for a published translation, such as
es or sw. If the translation is not published, the original transcript is returned.Response fields
Indicates whether the transcript lookup succeeded.
The published transcript payload, or
null when no published transcript is available.The media item this transcript belongs to.
The language returned for this request.
Whether the returned transcript is the original published transcript instead of a translation.
Full transcript text for search, display, or accessibility use.
Timestamped transcript lines for synced playback.
Cue start time in milliseconds.
Cue end time in milliseconds.
Transcript text for the cue.
Original and published translated languages available for the sermon.