getEpisodesGuestTranscriptformat
Get transcript in a specific format - Returns the transcript in the requested format: - md: markdown (may include or exclude frontmatter based on include_frontmatter) - txt: clean text (best for LLM ingestion) - json: structured form (metadata + transcript text)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | ||
| format | Yes | ||
| x-hapi-auth-state | No | ||
| include_frontmatter | No |