Append/convert markdown
Converts markdown to Notion blocks and appends to a page. engine selects the legacy in-process parser (blocks, default) or Notion’s native enhanced-markdown API (native). Requires a Basic license.
Authorizations
Your deployment's API key (MMK_API_KEY).
Your Notion integration token / internal token. Supplied by the caller (not stored server-side).
Body
blocks = legacy in-process parser; native = Notion native markdown API.
blocks, native Markdown content (required except for native update_content).
blocks engine only.
blocks engine only.
blocks engine only — insert position.
native engine — explicit command override.
native engine — update_content.
native engine — insert_content anchor.
native engine — replace_content_range.
native engine pass-through.
Response
Append result
The response is of type object.

