API Reference

Complete reference documentation for all API endpoints, request/response schemas, and error codes.

Base URL
https://api.memoryscope.dev

All API requests should be made to this base URL.

Endpoints

Create Memory
POST
/memory
Create a new memory with a scope, domain, and value.
View Details
Read Memory
POST
/memory/read
Read memories with policy enforcement. Returns merged results and a revocation token.
View Details
Continue Reading
POST
/memory/read/continue
Continue reading memories using an existing revocation token.
View Details
Revoke Access
POST
/memory/revoke
Revoke access to memories using a revocation token.
View Details

Additional Resources

Authentication
Learn how to authenticate API requests with API keys.
Read More
Request/Response Schemas
Complete reference for all request and response schemas.
Read More
Error Codes
Understand error responses and how to handle them.
Read More
Rate Limits
Learn about rate limits and best practices.
Read More