---
title: "PUT /podcast-bot/podcasts/{podcastKey}/interviewPresets"
method: PUT
path: "/podcast-bot/podcasts/{podcastKey}/interviewPresets"
tags: ["Podcast Bot"]
---

# PUT /podcast-bot/podcasts/{podcastKey}/interviewPresets

`PUT /podcast-bot/podcasts/{podcastKey}/interviewPresets`

Update podcast interview extraction presets

## Path parameters

- `podcastKey` string, required

## Request body

- PBPodcastInterviewConfig — Podcast Interview Config model
  - `extractInterviews` boolean — Enable Interview Extraction
  - `interviewPodcastName` string — Interview Podcast Name. Required if interview extraction is enabled
  - `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/versions/cf4d10f16c63/schema)
