Update feed settings
Updates feed settings, including manual and AI moderation.
AI moderation requires the Pro plan or higher. Enabling it
(ai_moderation or any AI sub-filter) on an unsupported plan returns
422 with error.code = "ai_moderation_not_available" and an
error.action of type upgrade_plan containing a magic link to the
upgrade page.
Authorizations
API key prefixed with jcr_. To obtain a key programmatically
(no dashboard required), see POST /v1/authorize.
Path Parameters
Body
Enable moderation queue
Comma-separated whitelist terms
Comma-separated blacklist terms
Enable profanity filter
Enable duplicate post prevention
Which post survives when duplicates are detected. prioritize_top_source keeps the post from the highest-priority source (lowest position). distribute_across_sources keeps the post from whichever connected source is currently least represented in the feed so survivors rotate over time. Only meaningful when prevent_duplicates is true.
prioritize_top_source, distribute_across_sources Master switch for AI moderation. When enabled, new posts are queued and evaluated by AI before going live. Requires at least one AI sub-filter (ai_harmful_content_filter, ai_moderation_rules, or ai_sentiment_filter) to take effect. Requires the Pro plan or higher.
Check posts against the OpenAI moderation API and hold any flagged for harmful content (hate, violence, sexual, etc.).
Natural-language rules the AI applies when deciding whether to keep a post (e.g. "Only show posts about coffee").
Allowed post sentiments. Posts whose AI-classified sentiment is not in this list are held in the moderation queue. An empty array disables sentiment filtering.
positive, neutral, negative Response
Feed updated