Filebase IPFS RPC API

The Filebase IPFS RPC API exposes core IPFS daemon functionality through an HTTP interface. Bucket-specific Bearer tokens authenticate all POST requests to the rpc.filebase.io endpoint. Capabilities span data management (add, get, CAR import), pinning (pin/unpin/list), Mutable File System (MFS) operations, keypair management, IPNS publishing and resolution, and daemon information. This API enables fine-grained programmatic control over IPFS operations without running a local node.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: filebase:filebase-ipfs-rpc-api
name: Filebase IPFS RPC API
description: The Filebase IPFS RPC API exposes core IPFS daemon functionality through an HTTP interface.
  Bucket-specific Bearer tokens authenticate all POST requests to the rpc.filebase.io endpoint. Capabilities
  span data management (add, get, CAR import), pinning (pin/unpin/list), Mutable File System (MFS) operations,
  keypair management, IPNS publishing and resolution, and daemon information. This API enables fine-grained
  programmatic control over IPFS operations without running a local node.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://filebase.com/docs/ipfs/rpc-api
baseURL: https://rpc.filebase.io
tags:
- IPFS
- RPC
- IPNS
- Pinning
- MFS
properties:
- type: Documentation
  url: https://filebase.com/docs/ipfs/rpc-api
contact:
- FN: Filebase Support
  url: https://filebase.com/
  email: support@filebase.com