連接圖示

m2n

Overview

m2n is a developer API that converts Markdown to Notion blocks and appends them directly to your pages. Send markdown via a simple REST endpoint and it gets converted into rich Notion content — headings, lists, tables, code blocks, nested structures, and more.

Key features:
- Append markdown content to any Notion page via API
- Append raw Notion blocks for full control
- Convert Notion pages back to markdown
- Clear page content programmatically
- Supports deep nesting, colors, and all common block types

Common use cases: AI output storing, documentation syncing, CI/CD report generation, note automation, and any workflow that
produces markdown and needs it in Notion.

How to use

1. Sign up at mark2notion.com and get your API key
2. Connect your Notion workspace from the dashboard
3. Share a Notion page with the integration
4. Send a POST request to append markdown to your page:

curl -X POST https://api.mark2notion.com/api/append \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"markdown": "# Hello from Mark2Notion", "pageId": "YOUR_PAGE_ID"}'

Full API documentation: https://docs.mark2notion.com

    在此提及的所有第三方商標(含標誌和圖示)皆為各自擁有者的財產。除非特別標明「使用 Notion 製作」,否則 Notion 不負責整合的支援和維護服務。整合所連接的第三方產品或服務將被視為「非 Notion 應用程式」(定義請見 Notion 的主要訂閱協議個人使用條款,如適用)。如啟用整合或使用 Notion 整合庫,即代表你同意 Notion 的整合庫條款.