v2

latestOpenAPI 3.1.02026-07-26766061.3 KB
Podcast Bot

Update podcast auto-clips configuration

put/podcast-bot/podcasts/{podcastKey}/autoClipsConfig

Path parameters

podcastKeystring required

Request body

generate_chaptersboolean

Detect YouTube-style chapter boundaries via LLM and upload chapters.json

clip_generationstring

Clip generation mode. "highlights" = top viral/engaging moments; "chapters" = one clip per chapter boundary (audio only, no transcript/video); "segments" = named broadcast blocks (Weather, Sports, Traffic, etc.); "none" = skip clip generation, produce chapters only

max_clipsinteger

Max number of clips to produce (flat mode only — ignored when clip_groups is set)

min_clip_durationnumber double

Minimum clip length in seconds. Clips shorter than this are padded to center. Applies to highlights mode only. (flat mode default; each group can override)

max_clip_durationnumber double

Maximum clip length in seconds. Clips longer than this are trimmed from the end. (flat mode default; each group can override)

padding_secondsnumber double

Extra seconds added before/after each clip

segment_typesstring[]

List of broadcast segment names to look for (segments mode only). If empty, LLM infers from content. Fallback value for groups.

Response

OK