Skip to main content
Read a brand’s article-automation configuration — posting cadence, preferred topics and article types, content length, image settings, CMS target, and auto-update rules.
Reading requires any team member. The GET route auto-creates default settings on first read and prunes any stored image styles or article types that are no longer part of the supported set.

Key fields


Update Article Automation

PATCH /v3/settings/article-automation Update any subset of the fields above. Only the keys you send are changed.
Writing requires managed (admin/owner) access to the brand.
preferredCMSProvider must be one of the brand’s connected integrations, or the request returns 400. preferredTopicIds, preferredArticleTypes, and the image-style arrays are filtered to known/owned values, so unsupported entries are silently dropped. An unrecognized postingFrequency is coerced to daily; changing the cadence re-spaces pending content-planner rows. An unrecognized writingLanguage code is ignored; send an explicit null to clear it back to the brand’s default language.
Changing writingLanguage only affects articles created after the change. Each article records the language it was written in, so existing articles keep theirs when they are refreshed, audited, or edited.

List Automation Clusters

GET /v3/settings/article-automation/clusters Return the brand’s topic clusters for the automation topic picker. Each item has id, name, and keywordCount. Requires any team member.