MindPlug
  • 🧠Introduction
  • 🔹How does it work?
  • 🍁JavaScript SDK
  • 🌴API
    • 📗API Setup - Text
    • 📗API Setup - Audio
      • 🔉Performing Transcription
    • 📗API Setup - PDFs
    • 📙Storing Data
    • 📙Store PDF
    • 📙Store Web
    • 📙Query Data
      • 🧠Using Metadata Filters
    • 📙Query By Ids
    • 📙Query by collection
    • 📙Delete By Ids
    • 📙Delete By Upload Id
    • 📙Delete Collection
    • 📙Delete Project
    • 📙List Projects
    • 📙List Collections
    • 📙Search Web
    • Parse Webpage
Powered by GitBook
On this page
  • Setup
  • Storing Data
  • Query Data
  • Delete Data
  • List Data
  • Smart

API

Mindplug API Key

Last updated 1 year ago

Mindplug follows a REST API architecture which can be universally used in any language for any application.

Using the raw API ensures the fastest updates for new and existing endpoints. All the endpoints are listed in this documentation and use axios for making the call requests to Mindplug servers.

The documentation architecture:

Setup

  • Base instance for axios used to interact with text storage and web.

  • Base instance for axios used to interact with PDF files

  • Base instance for axios used to interact with audio

Storing Data

  • Store basic text content given a string value.

  • To store files, you need a form instance for axios to pass formData.

  • Pass in a URL for mindplug to crawl and read.

Query Data

  • To semantic search on stored data. Seach by meaning of text.

  • Search specific vectors by their ids

  • Returns the recent 10 vectors from a given collection

Delete Data

  • Delete specific data based on vector ids

  • Delete an entire collection, including all stored vectors within.

  • Delete an entire project, including all collections and vectors within.

List Data

  • List all the projects you have on Mindplug

  • List all the collections you have on Mindplug

Smart

  • Returns the top 3 google results from select resources

🌴
API Setup - Base
API Setup - PDFs
API Setup - Audio
Store basic text
Store PDF files
Store webpage
Query - semantic search
Query by vector ids
Query by collection
Delete by vector ids
Delete collection
Delete Project
List projects
List collections
Web search