docs/api-reference

API REFERENCE

Direct programmatic access to the Rverity Cortex.

Base URL
http://localhost:3000/api
Auth
Bearer Token
Endpoints
14 Available
Protocol
REST + JSON

Memory Management

POST

/v1/memory

CORE_ENDPOINT

Create Memory

Create a single memory with content, source, tags, and metadata.

POST

/v1/memory/batch

CORE_ENDPOINT

Batch Create Memories

Create up to 100 memories in a single request for efficient bulk operations.

GET

/v1/memory

CORE_ENDPOINT

List Memories

Retrieve all memories for the authenticated user with pagination support.

GET

/v1/memory/:id

CORE_ENDPOINT

Get Single Memory

Fetch a specific memory by its unique identifier.

PUT

/v1/memory/:id

CORE_ENDPOINT

Update Memory

Update content, tags, or metadata of an existing memory.

DELETE

/v1/memory/:id

CORE_ENDPOINT

Delete Memory

Permanently delete a memory from your collection.

Search & Discovery

GET

/v1/memory/search

CORE_ENDPOINT

Advanced Search

Search memories with filters for text, sources, tags, and date ranges.

GET

/v1/memory/:id/related

CORE_ENDPOINT

Related Memories

Find similar memories based on tags, content overlap, source, and temporal proximity.

Analytics

GET

/v1/insights

CORE_ENDPOINT

Memory Insights

Get analytics on memory patterns, sources, tags, and activity distribution.

GET

/v1/stats

CORE_ENDPOINT

Activity Statistics

Retrieve daily, weekly, monthly counts, and activity streak information.

System

GET

/v1/health

CORE_ENDPOINT

Health Check

Check API status and availability.