Links

Filebase IPFS Gateway Management API

Learn about how to use the Filebase IPFS Gateway Management API.

Filebase IPFS Gateway Management API

The Filebase IPFS Gateway Management API can be used to view, create, and delete IPFS gateways on the Filebase platform. Read below to learn more about how to use each individual API method.

Authorization

Authorization: Bearer <access-token>
To generate the access-token, start by retrieving your Filebase Access Key and Secret Access Key pair.
Then, navigate to Base64Encode and input the following information:
ACCESS-KEY:SECRET-KEY
Then select 'Encode' and copy the result:

Payload

Request Body Schema: application/json
get
https://api.filebase.io/v1
/gateways
List Gateways
get
https://api.filebase.io/v1
/gateways/<gateway-name>
Return Details On Specific Gateway
post
https://api.filebase.io/v1
/gateways
Create a Dedicated Gateway
put
https://api.filebase.io/v1
/gateways/<gateway-name>
Update a Gateway
delete
https://api.filebase.io/v1
/gateways/<gateway-name>
Delete a Gateway