Share beautifully rendered markdown via API.
AI agents, bots, and scripts generate markdown — but Slack, Discord, and email mangle it. peekmd gives you a single API call to turn markdown into a shareable, beautifully rendered web page with syntax highlighting, dark mode, and auto-expiry.
# Post markdown, get a shareable link curl -X POST https://peekmd.peekmd.workers.dev/api/create \ -H "Content-Type: application/json" \ -d '{"markdown": "# Hello\nYour markdown here."}' # Response: { "url": "https://peekmd.peekmd.workers.dev/abc123", "slug": "abc123" }
Free tier: 5-min TTL, no signup. View pricing for extended TTLs.
Available on ClawHub — clawhub install peekmd