Paste your markdown content or use our API to submit programmatically. Title is optional—we'll generate one automatically.
Your content is stored and a unique shareable URL is generated immediately with a clean, readable layout.
Copy the link and share your beautifully formatted document with anyone. No login required to view.
Documents are rendered with professional serif typography optimized for long-form reading
Skip the title field—our AI will generate a descriptive one based on your content
Integrate document publishing into your LLM workflows or applications via REST API
Start publishing immediately without signing up or managing API keys
POST to create a document, get back a shareId
curl -X POST https://mdpub-ui-5edusjj7.manus.space/api/trpc/document.create \
-H "Content-Type: application/json" \
-d '{"content": "# Your Markdown Here"}'Response: {"result":{"data":{"shareId":"abc123"}}}
Share URL: https://mdpub-ui-5edusjj7.manus.space/api/preview/{shareId}
Direct URL: https://mdpub-ui-5edusjj7.manus.space/d/{shareId}