> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thefaithapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sermon AI content is available in the external API

> Third-party apps can now read published sermon transcripts, chapters, and insights.

# Sermon AI content is available in the external API

*June 11, 2026*

[Back to changelog](/changelog/index)

Third-party apps using the TheFaithApp `v1` API can now read published sermon transcripts, chapter markers, and sermon insights for audio sermons and uploaded video sermons.

## What's Changed

* `GET /v1/media/{mediaId}/transcript` returns the published synced transcript, cue timestamps, available languages, and published translations.
* `GET /v1/media/{mediaId}/chapters` returns published chapter markers.
* `GET /v1/media/{mediaId}/insights` returns the published summary, key points, scripture references, reflection questions, and discussion prompts.
* Audio, video, and category media lists include `has_transcript` so apps can decide when to show transcript controls before downloading cue data.

## Why This Matters

Churches can bring reviewed sermon AI content into custom mobile apps, websites, and partner experiences while keeping unpublished drafts private.

## Learn More

Read the API reference for [sermon transcripts](/api-reference/endpoints/content/get-sermon-transcript), [sermon chapters](/api-reference/endpoints/content/get-sermon-chapters), and [sermon insights](/api-reference/endpoints/content/get-sermon-insights).
