API Documentation Home
Last updated
Last updated
You can authenticate APIs using either or . OAuth2 is a standard authorization framework that enables applications to securely access specific documents within a system. On the other hand, API keys provide a simpler method to retrieve documents from a common knowledge base without the need to undergo the OAuth2 authentication process.
Rememberizer provides a comprehensive set of APIs for working with documents, vector stores, mementos, and more. The APIs are organized into the following categories:
Sign Up, Sign In, Email Verification
Password Reset
OAuth Endpoints (Google, Microsoft)
Token Management and Logout
User Profile and Account Information
User Onboarding
List, Create, and Update Documents
Document Processing
Batch Document Operations
Basic Search
Agentic Search
Batch Search Operations
Create, List, Update, and Delete Mementos
Manage Memento Documents
Create and List Vector Stores
Upload Text and File Documents
Search Vector Stores
Batch Upload and Search
List Integrations
OAuth Integration Endpoints (Google Drive, Gmail, Slack, Dropbox)
List and Create Applications
List and Create Common Knowledge Items
Team Management
Team Members
Role-Based Permissions
All API endpoints are relative to:
Endpoints require authentication using either:
JWT token (passed in Authorization header or cookies)
API key (passed in x-api-key header)
For detailed information about specific endpoints, refer to the individual API documentation pages.
For enterprise integration patterns, security considerations, and architectural best practices, see the guide.