Developer docs

Documentation.

The publishing API for developers. Create, manage, and share Markdown documents programmatically.

Base URL: https://memory.wiki

Quick start
Try it

Publish your first document in under 30 seconds. No authentication required.

bash
curl -X POST https://memory.wiki/api/docs \
  -H "Content-Type: application/json" \
  -d '{"markdown": "# Hello World\nPublished via API.", "isDraft": false}'

# Response:
# { "id": "abc123", "editToken": "tok_...", "created_at": "..." }
# View at: https://memory.wiki/abc123
Explore

For AI consumption, see /docs/llms.txt