Memobase provides a powerful set of APIs for integrating user profile-based memory capabilities into your GenAI applications. Our APIs are designed to help your AI remember users through efficient memory management and profile generation.
Our API is organized into several main categories:
User APIs: Manage user entities and their data
Data APIs: Handle data operations
Profile APIs: Access and manage user profiles
All API requests require authentication using Bearer token authentication. Include your API token in the Authorization header of each request:
To begin using the Memobase API, you’ll need to:
Set up your Memobase backend server
http://localhost:8019
secret
Make your first API call:
Start exploring the APIs!
By default, Memobase processes and removes raw memory blobs after generating profiles. This ensures:
You can customize this behavior through configuration settings.
For detailed API endpoint documentation, explore the specific API sections in this documentation.
Memobase provides a powerful set of APIs for integrating user profile-based memory capabilities into your GenAI applications. Our APIs are designed to help your AI remember users through efficient memory management and profile generation.
Our API is organized into several main categories:
User APIs: Manage user entities and their data
Data APIs: Handle data operations
Profile APIs: Access and manage user profiles
All API requests require authentication using Bearer token authentication. Include your API token in the Authorization header of each request:
To begin using the Memobase API, you’ll need to:
Set up your Memobase backend server
http://localhost:8019
secret
Make your first API call:
Start exploring the APIs!
By default, Memobase processes and removes raw memory blobs after generating profiles. This ensures:
You can customize this behavior through configuration settings.
For detailed API endpoint documentation, explore the specific API sections in this documentation.