Create article
cms_create_articleCreate article. Guidance: Create one CMS article from article category ids. | context: title, categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional editorial date in RFC 3339 format, for example 2026-05-04T10:00:00+02:00. | |
| meta | No | Optional SEO payload with title and description. | |
| slug | No | Optional URL slug; the server may normalize it. | |
| title | Yes | Headline shown in feeds and on the item page. | |
| author | No | Optional byline or author display name. If omitted, the app account holder's name is used. | |
| leadin | No | Optional deck HTML. | |
| pinned | No | Whether the article is pinned in its category listing. | |
| status | No | Publication status. Omit on create to default to published. Do not send scheduled. | |
| accessTier | No | Paywall tier. 'premium' locks the article behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases. | |
| categories | Yes | Non-empty category id array. Use cms_list_cms_sections to discover article category ids. | |
| publishedDate | No | Future ISO datetime for deferred publication. Requires status='stock' when provided. | |
| commentsEnabled | No | Whether end-user comments are enabled for this article. | |
| maxFreeParagraphs | No | Number of body paragraphs shown as a free preview before purchase, 0 to 5. Applies only to premium in-app-purchase articles. | |
| publicationEndDate | No | Future ISO datetime for scheduled unpublication. | |
| displaySummaryInList | No | Whether the article summary is shown in list views. Writable only when maxFreeParagraphs is 0. |