Request
POST /v1/convert
Authorization: Bearer <api_key>
Content-Type: application/json
{
"url": "https://example.com/blog/post"
} Web pages are full of noise. Send a URL, get Markdown stripped of noise (ads, nav, clutter).
POST /v1/convert
Authorization: Bearer <api_key>
Content-Type: application/json
{
"url": "https://example.com/blog/post"
} {
"status": "success",
"data": {
"content": "# Example Post\n\nClean markdown content..."
}
} Same URL, same output.
No ads, navigation, or popups. Just the content.
One JSON schema. No surprises.
Native MCP server. Use it from any editor or coding agent.
Use PlainMarkdown as an MCP tool directly from your editor or agent.
No subscriptions. Credits never expire.