개발자 문서

문서.

개발자를 위한 퍼블리싱 API. 마크다운 문서를 프로그래밍 방식으로 생성, 관리, 공유합니다.

Base URL: https://memory.wiki

Quick start
Try it

30초 안에 첫 문서를 퍼블리시하세요. 인증 불필요.

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

AI 소비용은 다음 참조: /docs/llms.txt