Programmatic access to your logs.
All API requests require a standard Bearer token header. Generate your API key from your account dashboard.
Authorization: Bearer hyp_xxxxxxxxxxFetches all journal entries for the authenticated user, paginated in batches of 50.
Creates a new encrypted journal entry. Requires a JSON payload containing the raw content, mood, and location.
{
"content": "System operational.",
"mood": "FOCUSED",
"location": "Core"
}