Concepts
Clusters

Clusters

Pinarkive organizes pinning by clusters — regional or logical groups that determine where your content is stored and which gateway you use to serve it.

Available clusters

Cluster IDRegionDescription
cl0-globalGlobalDefault; replicated across regions
cl1-euEuropeEU-based storage
cl1-naNorth AmericaNorth America
cl2-esSpainSpain region
cl2-usUnited StatesUS region
cl2-deGermanyGermany region

You can target a cluster when uploading or pinning via the API (form/body field cl). Your allowed clusters are returned by GET /users/me/clusters.

Gateway rules

RoleURL
Primary (global)https://gateway.pinarkive.com/ipfs/<cid>
Secondaryhttps://ipfs.io/ipfs/<cid>
euhttps://eu1.gateway.pinarkive.com/ipfs/<cid>
nahttps://na1.gateway.pinarkive.com/ipfs/<cid>
ushttps://us1.gateway.pinarkive.com/ipfs/<cid>
dehttps://de1.gateway.pinarkive.com/ipfs/<cid>

Replace <cid> with your content's CID.

Choosing a cluster

  • Use global for default behavior and broad replication.
  • Use eu, na, us, or de when you need data in a specific region (latency or compliance).

See Gateways and POST /files / POST /pin for how to set cl.