Batch-transcribe a podcast feed
transcribe_podcast_feedTranscribe an entire podcast feed by submitting one request. Choose to transcribe all episodes or only the latest N, and receive job IDs for each.
Instructions
Batch-transcribe a whole podcast feed in one call – fan out every episode, or the latest N, to individual jobs. Returns a set of job_ids. Paid capability (throughput/abuse gate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latest | No | Transcribe only the newest N episodes; omit for the whole feed. | |
| diarize | No | ||
| feed_url | Yes | ||
| idempotency_key | No | Make retries safe; the same key returns the same batch (no re-billing). |