Skip to content

API Reference

Kumbukum exposes a REST API at /api/v1/ for managing notes, memories, URLs, projects, and search.

Base URL

https://app.kumbukum.com/api/v1

Authentication

All API endpoints require authentication via one of:

  • Bearer Token (JWT) — Authorization: Bearer <token>
  • Access TokenAuthorization: Token <access_token>

See Authentication for details.

Endpoints Overview

ResourceEndpoints
ProjectsGET /projects, GET /projects/:id
NotesGET POST /notes, GET PUT DELETE /notes/:id
MemoriesGET POST /memories, GET PUT DELETE /memories/:id
URLsGET POST /urls, GET PUT DELETE /urls/:id
SearchPOST /search/knowledge
Graph LinksGET POST /graph-links, DELETE /graph-links/:id

Interactive Reference

The full OpenAPI specification is available as an interactive reference in the sidebar under OpenAPI Reference.

You can also access the raw spec at /api-docs on your running instance:

https://app.kumbukum.com/api-docs