QuickNode · Capability
QuickNode IPFS REST API
The QuickNode IPFS REST API provides programmatic access to QuickNode's managed IPFS pinning, gateway, and account services. Developers can pin files and CIDs to keep them persistently available on the InterPlanetary File System, manage dedicated gateways for retrieval, and inspect account usage including bandwidth and storage. Authentication is performed using an API key issued from the QuickNode dashboard.
What You Can Do
POST
Putobject
— Upload and pin a file
/v1/s3/put-object
GET
Listpins
— List pinned objects
/v1/pinning
POST
Pinbycid
— Pin an existing CID
/v1/pinning
GET
Getpin
— Get a pin by request id
/v1/pinning/{requestId}
DELETE
Deletepin
— Unpin an object
/v1/pinning/{requestId}
GET
Listgateways
— List gateways
/v1/gateways
POST
Creategateway
— Create gateway
/v1/gateways
GET
Getaccountusage
— Get account usage
/v1/account/usage
MCP Tools
putobject
Upload and pin a file
listpins
List pinned objects
read-only
idempotent
pinbycid
Pin an existing CID
getpin
Get a pin by request id
read-only
idempotent
deletepin
Unpin an object
idempotent
listgateways
List gateways
read-only
idempotent
creategateway
Create gateway
getaccountusage
Get account usage
read-only
idempotent