Create content
Creates a post, FAQ, document, block or how-to guide.
Send the body as either contentBlocks (Editor.js blocks, what the admin editor writes) or contentHtml - not both. A block created here is what a website block section renders: reference it by the slug this returns.
The slug is derived from the title when omitted, and de-duplicated with a numeric suffix rather than rejected - read the returned slug rather than assuming the one you sent. Non-Latin titles transliterate (“Работно време” becomes rabotno-vreme), so a title in any language yields a usable URL.
To translate an item, create a second one with the same slug and a language. The two are one piece of content in two languages, and the public site serves whichever matches the visitor’s locale.
Authorizations
Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.
Body
post, faq, document, block, how-to-guide Derived from the title when omitted
Editor.js blocks, e.g. [{ type: 'paragraph', data: { text: 'Hello' } }]
HTML body, as an alternative to contentBlocks
URLs from the media library - never invented URLs
Media library search terms, resolved to URLs and merged into images
published, draft Public, Member_only, Private SEO title. Falls back to the item's title.
SEO description. Falls back to excerpt.
Absolute URL this item canonicalizes to, for content that also lives elsewhere and should be indexed there instead. Leave unset for original content - the page then canonicalizes to itself.
Locale code (bg, de, ...) marking this item as the variant of its slug for that language. Translations are separate items sharing one slug: send the same slug as the item you are translating, or the two are unrelated rows. Uniqueness is per (slug, language), so the same slug with a new language is accepted rather than de-duplicated. Leave unset for the base item, which every locale falls back to.
Response
The created content item
A content item (FAQ, post, document, block, or how-to guide) for the organization.
faq, post, document, block, how-to-guide Public, Member_only, Private Body of the content item. May contain HTML, EditorJS blocks, a summary, and keywords.