Filebase · Schema

Filebase Pin

An IPFS pin object for the Filebase IPFS Pinning Service API

Object StorageIPFSS3 CompatibleDecentralized StoragePinningWeb3Cloud StorageBlockchain

Properties

Name Type Description
cid string Content Identifier (CID) to be pinned recursively
name string Optional human-readable name for the pinned content
origins array Optional list of multiaddrs known to provide the data for faster pinning
meta object Optional key-value metadata for the pin object
View JSON Schema on GitHub

JSON Schema

filebase-pin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/filebase/main/json-schema/filebase-pin-schema.json",
  "title": "Filebase Pin",
  "description": "An IPFS pin object for the Filebase IPFS Pinning Service API",
  "type": "object",
  "required": ["cid"],
  "properties": {
    "cid": {
      "type": "string",
      "description": "Content Identifier (CID) to be pinned recursively",
      "examples": ["QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco"]
    },
    "name": {
      "type": "string",
      "description": "Optional human-readable name for the pinned content",
      "maxLength": 255,
      "examples": ["my-nft-metadata.json"]
    },
    "origins": {
      "type": "array",
      "description": "Optional list of multiaddrs known to provide the data for faster pinning",
      "items": {
        "type": "string",
        "description": "A multiaddr string"
      },
      "uniqueItems": true,
      "maxItems": 20,
      "examples": [["/ip4/203.0.113.5/tcp/4001/p2p/QmPeer..."]]
    },
    "meta": {
      "type": "object",
      "description": "Optional key-value metadata for the pin object",
      "additionalProperties": {
        "type": "string"
      },
      "maxProperties": 1000,
      "examples": [{"app": "my-dapp", "environment": "production"}]
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/filebase-pin"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.