> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mark2notion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mark2Notion API

> Convert and append Markdown content to Notion pages with a simple API

## Key Features

<CardGroup cols={2}>
  <Card title="Convert Markdown" icon="markdown" href="/api-reference/convert">
    Transform Markdown text into Notion block objects that you can use anywhere.
  </Card>

  <Card title="Append to Pages" icon="plus" href="/api-reference/append">
    Directly append Markdown content to existing Notion pages with smart positioning.
  </Card>

  <Card title="Clear Page Content" icon="eraser" href="/api-reference/clear-page">
    Archive all blocks from a page to start fresh or automate content replacement.
  </Card>

  <Card title="Rate Limiting" icon="gauge-high" href="/errors">
    Built-in rate limiting and retry logic to respect Notion's API limits.
  </Card>

  <Card title="Smart Content Handling" icon="shield-check" href="/authentication">
    Automatically respects Notion's character and block limits - your Markdown always gets delivered safely.
  </Card>
</CardGroup>

## Getting Started

Get up and running with Mark2Notion in minutes:

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call and see the magic happen.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your requests with API keys.
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Report Issues" icon="bug" href="https://github.com/elitemaks/mark2notion-api/issues">
    Found a bug or have a feature request? Let us know!
  </Card>

  <Card title="Give Feedback" icon="message" href="/feedback">
    Help us improve by sharing your experience.
  </Card>
</CardGroup>

## Open Source

Mark2Notion is built with open source software. [View open source credits →](/credits)
