Pinning Services API
IPFS builds a standardised set of specifications for developers, allowing applications to integrate pinning services without the need to understand the pinning service's unique API.
Users who are looking to use the IPFS Pinning Services API can perform interactions from the following 4EVER dedicated API endpoints:
https://api.4everland.dev
You need to have an
accessToken
to authenticate with 4EVERLAND through the Pinning Services API spec and it can be easily found on the 4EVER Pin page. When you first enter the 4EVER Pin page, the accessToken
is automatically generated.This
accessToken
can not be deleted, but can be reset.
Note: The Bearer Token method is used for authentication in the Pinning Services API Spec, and you'll provide an authentication header using your accessToken as follows:
Authorization: Bearer YourAccessToken
You can configure the 4EVER Pin in the IPFS desktop application. To do so, open the app > Preferences > Add Service:

Select 'Add a custom one', fill in the form information and your accessToken from the 4EVER Pin.

If you have any questions, please join our Discord server, or send us an email at [email protected].
Last modified 1mo ago