Biểu tượng liên kết

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

    Tất cả các nhãn hiệu của bên thứ ba (bao gồm logo và biểu tượng) được tham chiếu ở đây là tài sản của chủ sở hữu tương ứng. Notion không hỗ trợ hay duy trì tích hợp, trừ khi được ghi rõ là Made by Notion (Do Notion tạo). Các sản phẩm hoặc dịch vụ của bên thứ ba được kết nối với tích hợp được gọi là Ứng dụng không phải của Notion (như được định nghĩa trong Hợp đồng nguyên tắc về gói đăng ký hoặc Điều khoản sử dụng cá nhân của Notion, nếu có). Bằng cách bật bất kỳ tích hợp nào hoặc sử dụng Thư viện tích hợp Notion, bạn đồng ý với Điều khoản Thư viện tích hợp của Notion.