# Plain Markdown

Page to Markdown API

Extract clean Markdown from any URL. A single endpoint with a predictable response schema, built for automation.

Documentation

Request

POST /v1/convert
Authorization: Bearer <api_key>
Content-Type: application/json

{
  "url": "https://example.com/blog/post"
}

Response

{
  "status": "success",
  "data": {
    "content": "# Example Post\n\nClean markdown content..."
  }
}

Features

Early Access

We're still in beta and could use real-world testing. Sign up and get 3 months of unlimited API usage, free.

Get Free Access