Rememberizer Docs
Sign inSign upContact us
English
English
  • Why Rememberizer?
  • Background
    • What are Vector Embeddings and Vector Databases?
    • Glossary
    • Standardized Terminology
  • Personal Use
    • Getting Started
      • Search your knowledge
      • Mementos Filter Access
      • Common knowledge
      • Manage your embedded knowledge
  • Integrations
    • Rememberizer App
    • Rememberizer Slack integration
    • Rememberizer Google Drive integration
    • Rememberizer Dropbox integration
    • Rememberizer Gmail integration
    • Rememberizer Memory integration
    • Rememberizer MCP Servers
    • Manage third-party apps
  • Developer Resources
    • Developer Overview
  • Integration Options
    • Registering and using API Keys
    • Registering Rememberizer apps
    • Authorizing Rememberizer apps
    • Creating a Rememberizer GPT
    • LangChain integration
    • Vector Stores
    • Talk-to-Slack the Sample Web App
  • Enterprise Integration
    • Enterprise Integration Patterns
  • API Reference
    • API Documentation Home
    • Authentication
  • Core APIs
    • Search for documents by semantic similarity
    • Retrieve documents
    • Retrieve document contents
    • Retrieve Slack content
    • Memorize content to Rememberizer
  • Account & Configuration
    • Retrieve current user account details
    • List available data source integrations
    • Mementos
    • Get all added public knowledge
  • Vector Store APIs
    • Vector Store Documentation
    • Get vector store information
    • Get a list of documents in a Vector Store
    • Get document information
    • Add new text document to a Vector Store
    • Upload files to a Vector Store
    • Update file content in a Vector Store
    • Remove a document in Vector Store
    • Search for Vector Store documents by semantic similarity
  • Additional Resources
    • Notices
      • Terms of Use
      • Privacy Policy
      • B2B
        • About Reddit Agent
  • Releases
    • Release Notes Home
  • 2025 Releases
    • Apr 25th, 2025
    • Apr 18th, 2025
    • Apr 11th, 2025
    • Apr 4th, 2025
    • Mar 28th, 2025
    • Mar 21st, 2025
    • Mar 14th, 2025
    • Jan 17th, 2025
  • 2024 Releases
    • Dec 27th, 2024
    • Dec 20th, 2024
    • Dec 13th, 2024
    • Dec 6th, 2024
  • Nov 29th, 2024
  • Nov 22nd, 2024
  • Nov 15th, 2024
  • Nov 8th, 2024
  • Nov 1st, 2024
  • Oct 25th, 2024
  • Oct 18th, 2024
  • Oct 11th, 2024
  • Oct 4th, 2024
  • Sep 27th, 2024
  • Sep 20th, 2024
  • Sep 13th, 2024
  • Aug 16th, 2024
  • Aug 9th, 2024
  • Aug 2nd, 2024
  • Jul 26th, 2024
  • Jul 12th, 2024
  • Jun 28th, 2024
  • Jun 14th, 2024
  • May 31st, 2024
  • May 17th, 2024
  • May 10th, 2024
  • Apr 26th, 2024
  • Apr 19th, 2024
  • Apr 12th, 2024
  • Apr 5th, 2024
  • Mar 25th, 2024
  • Mar 18th, 2024
  • Mar 11th, 2024
  • Mar 4th, 2024
  • Feb 26th, 2024
  • Feb 19th, 2024
  • Feb 12th, 2024
  • Feb 5th, 2024
  • Jan 29th, 2024
  • Jan 22nd, 2024
  • Jan 15th, 2024
  • LLM Documentation
    • Rememberizer LLM Ready Documentation
Powered by GitBook
On this page
  • Prerequisite
  • Creating a common knowledge
  • Getting the API Key of a common knowledge you created
  • Using the API Key
  1. Integration Options

Registering and using API Keys

In this tutorial, you will learn how to create a common knowledge in Rememberizer and get its API Key to connect and retrieve its documents through API calls.

PreviousDeveloper OverviewNextRegistering Rememberizer apps

Last updated 2 months ago

Prerequisite

First, you need to have created and refined using your indexed knowledge files.

Creating a common knowledge

To create a common knowledge, sign in into your Rememberizer account and visit . Choose "Your shared knowledge", then click "Get started".

Then pick one of the mementos you have created previously, you can also choose "All" or "None".

Finally fill out the common knowledge's name, description and give it a representative photo.

After you have filled the form, click on "Share knowledge" in the bottom to create your common knowledge. After that, turn on the "Enable sharing" in your knowledge and click "Confirm" in the pop up modal.

You now are ready to obtain its API Key and access its documents via API calls.

Getting the API Key of a common knowledge you created

For your common knowledge, click on the three dots on its top right, then choose "API Key". If there is none yet, one will be created for you. If the API Key exists it will be returned.

In the "Manage your API Key" panel, you can click on the "eye" button to show/hide, the "copy" button to copy the key to clipboard, and "Regenerate API Key" to invalidate the old key and create a new one (apps that are accessing your documents through api calls won't be able to access until you have updated the new key into them).

After obtaining the API Key, you can proceed to using it in your API calls to Rememberizer to query your indexed documents and contents.

Using the API Key

Once you have your API key, you can use it in several ways:

  1. Direct API access: Use the API key in your HTTP requests to query Rememberizer's search endpoints

  2. Custom GPT: Use the API Key in a custom GPT application as described below

Using with Custom GPTs

To access Rememberizer endpoints, you will use the API Key in the X-API-Key header of your API requests. Please check out the to see the endpoints that Rememberizer provides.

LangChain integration: Use the to incorporate Rememberizer's capabilities into your LangChain applications

Start by . Make sure to choose the Authentication Type as "API Key", Auth Type as "Custom" and the header as "X-Api-Key", then paste the key you copied previously into the API Key textbox.

For a more advanced GPT integration that uses OAuth instead of API keys, see .

API Documentation
LangChain Integration
creating a GPT in the ChatGPT UI
Creating a Rememberizer GPT
a memento
your common knowledge page
common knowledge page
create common knowledge 1
create common knowledge 2
common knowledge sharing
knowledge open API key
copy api key
gpt app using api key