API
Mindplug API Key
Last updated
Mindplug API Key
Last updated
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:
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
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.
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 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 all the projects you have on Mindplug
List all the collections you have on Mindplug
Returns the top 3 google results from select resources