transcribe_feed
Bulk/season transcription — kick off transcription for up to max (cap 25) not-yet-transcribed episodes of a podcast feed in ONE call. Pass the feed_id from search_podcasts / list_feed_episodes. Already-transcribed episodes are skipped free. COSTS 1 credit per newly enqueued episode (or subscription quota) — CONFIRM the cost with the user first. Enqueue-and-poll: returns each enqueued episode_id; poll get_episode_details until transcription_status is "completed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max episodes to enqueue (default 10, cap 25) | |
| since | No | Optional unix-seconds; only episodes published AFTER | |
| before | No | Optional unix-seconds; only episodes published BEFORE (page back) | |
| feed_id | Yes | PodcastIndex feed id (from a search_podcasts / list_feed_episodes result) |