# memos.page Publish a markdown document and get a permanent, shareable link. ## Upload POST https://memos.page/ Body: raw markdown, UTF-8, max 1 MiB. curl -X POST https://memos.page/ --data-binary @memo.md Response (201, application/json): {"id":"","url":"https://memos.page/","raw":"https://memos.page/.md"} ## Read GET https://memos.page/ rendered HTML GET https://memos.page/.md raw markdown ## Notes - Memos are public to anyone who has the link, immutable, and cannot be edited or deleted. - GitHub-flavored markdown: tables, task lists, strikethrough, fenced code blocks. - Raw HTML inside markdown is escaped, not rendered. - Start the document with a "# Title" heading — it becomes the page title.