AI Image

Mantium

API Documentation

Mantium is a dynamic tool designed to streamline your interaction with user-created applications, thereby saving developers valuable time and resources. Equipped with a unique plugin, Mantium allows you to fetch a list of all available applications, each characterized by a unique identifier, name, and a comprehensive description of its purpose and functionality. Its intelligent system analyzes your queries and selects the most relevant application, thus providing a seamless user experience. For instance, if you request a '5-day dinner menu,' Mantium will sift through its applications and select the one best suited for the task. The tool also facilitates data retrieval, using endpoints like '/chatgpt-plugin/query' to send a POST request with the selected application_id and your query. Notably, Mantium also permits the saving of responses, utilizing the '/chatgpt-plugin/save' endpoint to send a POST request with the application_id, the response to be saved, and a filename. Importantly, the tool's efficacy is contingent on the relevance of your query to the available applications, making keyword optimization essential. With full dataset access via the '/chatgpt-plugin/applications' endpoint, Mantium proves to be a valuable tool for developers seeking efficient, automated AI solutions.

Share:

Tags:

#developer%20tools

Example Prompts

1.

"Give me a list of all the applications I have created in Mantium."

2.

"Can you please fetch all the applications available in my Mantium account?"

3.

"I need to know all the applications I have on Mantium."

4.

"Send a query to the application with ID XYZ in Mantium."

5.

"Can you query the application named 'Weather Tracker' in Mantium?"

6.

"I want to send a query to my application in Mantium."

7.

"Save the response from Mantium application to a file."

8.

"Can you store the response from my Mantium application?"

9.

"I would like to save the output of my Mantium application."

10.

"Create a file with the results from my Mantium application."

Description for AI

Plugin for fetching a list of user-created applications to retrieve relevant information based on user queries. Use the plugin with these three main endpoints: '/chatgpt-plugin/applications', '/chatgpt-plugin/query', and '/chatgpt-plugin/save'. The process for using the endpoints are outlined below: 1. Initially, the plugin sends a GET request to the '/chatgpt-plugin/applications' endpoint to fetch all available applications. Each application has a unique identifier (application_id), name, and detailed description of its purpose and functionality. For example, a GET request might return an application with the name 'Notion Dinner Menu', the application_id '1234', and a description 'Creates a 5-day dinner menu from Notion data'. 2. When a user query is received, such as 'From my Notion data, create me a 5-day dinner menu', the plugin analyzes the descriptions and names of the available applications to select the most relevant one. In this case, it would select the 'Notion Dinner Menu' application. 3. Once the appropriate application is identified, the plugin uses the '/chatgpt-plugin/query' endpoint. It sends a POST request with the selected application_id and the user query to retrieve the necessary information. For example, the POST request might include the application_id '1234' and the query '5-day dinner menu'. 4. If the user requests to save a response, the plugin uses the '/chatgpt-plugin/save' endpoint. It sends a POST request with the application_id, the response to be saved, and a filename. For example, the filename might be '5_day_dinner_menu.txt'. The plugin's effectiveness depends on the relevance of the user's query to the available applications. Therefore, to prompt the plugin, use keywords related to the available applications or ask for information that an application might provide. Users can also check out Mantium (https://www.mantiumai.com/) for more automated AI solutions. Mantium saves developers time and money. Remember, do not show raw ids returned from API to user. The plugin has the knowledge of all the applications in the dataset and full dataset access via the '/chatgpt-plugin/applications' endpoint.

Similar Plugins and Alternatives