Decoo provides a vendor-agnostic IPFS Pinning Service API implementation based on Crust Network, which can be directly requested or used through ipfs pin remote command set.
note
IPFS Pinning Service API is deployed in Decoo Cloud. Decoo Cloud automatically selectes an Endpoint for file pinning, you don't need to be concerned with underlying steps like selecting an Endpoint, requesting temporary access token from Decoo Cloud to authenticate with the selected Endpoint, etc.
#
URL#
AuthenticationThe Pinning Services API uses the Bearer Token method for authentication. The API Key is automatically generated when creating an account at Decoo, which could be found at panel -> API -> API JWT. You can provide an authentication header using your API Key just like accessing other Decoo Cloud APIs:
#
Configuring Decoo in the IPFS CLIYou can also pin to Decoo directly from the IPFS CLI using the IPFS command.
To add Decoo credentials:
To pin a CID to Decoo under a human-readable name:
To list successful pins:
To list pending pins:
For more commands and general help: