Installing Plugins
You can install plugins either through the Pinata App or the Pinata API.Pinata App
To install a plugin navigate to the Plugins Marketplace tab on the right side.Pinata API
With the Pinata API you can list all available plugins using the /ipfs/plugins_marketplace endpoint.plugin_id
as body of the request.
Using Plugins
Each plugin has its own unique use case and usage, please see the appropriate links for each one to see how they are used. Content Addressable PluginUninstalling Plugins
Just like installing, removing a plugin can be done through the Pinata App or the Pinata API.Pinata App
To unintall a plugin first navigate to the Plugin Marketplace tab and then select the “My Plugins” tab.Pinata API
To uninstall a plug from the API you can use the /ipfs/gateway_plugins/:gateway_id/plugin/:plugin_id endpoint, where thegateway_id
is the target gateway and the plugin_id
is the target plugin to uninstall.
Install Plugin