Available Endpoints
Mark2Notion provides a simple REST API for converting Markdown to Notion blocks and managing Notion page content.Content Creation & Management
Convert
Convert Markdown text to Notion block JSON without touching Notion
Append
Convert Markdown and append it directly to a Notion page
Append Blocks
Append pre-converted Notion blocks to a page
Clear Page
Archive all content blocks from a Notion page
Content Extraction
Notion to Markdown
Extract content from a Notion page and convert it to Markdown
Authentication
All API endpoints require authentication using an API key passed in thex-api-key header:
Common Workflows
Replace Page Content
Clear and update a page in one workflow:Convert Once, Append Multiple Times
Optimize by converting once and appending to multiple pages:Rate Limits
All endpoints include automatic retry logic and respect Notion’s rate limits. The API handles:- Rate limit responses (429)
- Transient network errors
- Notion API throttling
Need Help?
- Issues & Bugs: GitHub Issues
- Errors: See the Errors page for common error codes
- Feedback: Share your experience on the Feedback page