Skip to main content

Welcome to DayKeeper

DayKeeper is an open-source social network with a journal-style experience. This documentation covers the DayKeeper API endpoints used for authentication, feed discovery, posting, user relationships, sessions, notifications, media access, moderation, analytics, and day-based resources.

What you will find here

  • Setup instructions for running the API locally.
  • Endpoint references grouped by feature area.
  • Request parameter tables and example payloads.
  • Response and error examples for the main API flows.

Main sections

Repositories

Notes

  • Most endpoints documented here are authenticated.
  • Protected routes generally expect Authorization: Bearer <access_token>.
  • If you are starting locally, begin with the getting started guide before testing endpoints.