API
Mindplug API Key
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
Last updated