---
title: "POST /podcast-bot/podcasts/{podcastKey}/episodes/{episodeKey}/reprocess/custom"
method: POST
path: "/podcast-bot/podcasts/{podcastKey}/episodes/{episodeKey}/reprocess/custom"
tags: ["Podcast Bot"]
---

# POST /podcast-bot/podcasts/{podcastKey}/episodes/{episodeKey}/reprocess/custom

`POST /podcast-bot/podcasts/{podcastKey}/episodes/{episodeKey}/reprocess/custom`

Reprocess episode with custom presets

## Path parameters

- `podcastKey` string, required
- `episodeKey` string, required

## Request body

- PBEpisodeProcessorConfig — Episode Processing Presets model
  - `cutIntroAudioUrl` string — Edit based on intro audio. Required if cutOutro is specified.
  - `cutOutroAudioUrl` string — Edit based on outro audio. Required if cutIntro is specified.
  - `addIntroAudioUrl` string — Add intro audio to recorded episode
  - `addOutroAudioUrl` string — Add outro audio to recorded episode
  - `aiTitleSummary` boolean — Generate episode title and summary
  - `customPromptTitle` string — Custom prompt for generating episode title
  - `customPromptDescription` string — Custom prompt for generating episode description
  - `removeBackgroundMusic` boolean
  - `removeAds` boolean
  - `extractInterviews` boolean — Enable Interview Extraction
  - `interviewMinLengthMinutes` integer — Minimum Interview Length (minutes). Required if interview extraction is enabled
  - `customPromptInterviewTitle` string — Custom prompt for generating interview title
  - `customPromptInterviewDescription` string — Custom prompt for generating interview description

## Response `200`

OK

---

[API](https://skmtc.net/zeno/apis/aggregators-api-service.md) · [All operations](https://skmtc.net/zeno/apis/aggregators-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeno/aggregators-api-service/revisions/6cebdc059200/schema)
