Pinion Pinning Services

Built for Developers

Stop worrying about storage infrastructure. Pin your content to IPFS with enterprise-grade reliability, automatic redundancy, and global performance. Focus on building—let Pinion handle the rest.

Complete IPFS Infrastructure Suite

Pinning API

Store your content permanently on IPFS with enterprise redundancy and automatic replication across our global network.

Gateway API

Serve your IPFS content through high-performance global gateways with millisecond response times worldwide.

Bitswap Network

Connect to the global IPFS network via optimized bitswap for fast content discovery and peer-to-peer distribution.

Censorship Resistance

Content distributed across thousands of nodes worldwide ensures availability even if individual nodes go offline or are blocked.

Global CDN

IPFS acts as a natural CDN—content cached at nodes closest to your users delivers faster load times automatically.

IPFS Write Gateways

IPFS is great at reading data, but getting your content onto the network has always been the missing piece. Pinion fills that gap with write gateways and integrations.

Upload Gateway

Simple REST API for uploading files directly to IPFS with automatic content addressing, pinning, and instant availability.

GitHub Integration

Automatically upload build artifacts and dApp frontends with GitHub Actions. Deploy to IPFS on every commit without manual intervention.

The Missing Piece

While IPFS excels at distributed reading through gateways, writing data has traditionally required running your own node. Pinion's write gateways let you publish to IPFS as easily as consuming from it.

Developer-First Tooling

Web Dashboard

Monitor your pins, track usage, manage API keys, and analyze performance metrics through our intuitive web interface.

Mobile App

Manage your IPFS content on the go. Upload files, monitor pins, and receive alerts directly from your mobile device.

Simple Monthly Pricing

Pay one monthly fee and get access to all APIs, tools, and integrations. No usage limits, no surprise charges.

Beta Pricing

Join our beta program for 3 months of free storage and first-mover discounts on launch pricing.

Already using IPFS?

Pinion works seamlessly with your existing IPFS tools and workflow. No need to change how you work—just add reliable remote pinning.

Use with ipfs/kubo command line:

# Add Pinion as a remote pinning service
$ ipfs pin remote service add pinion https://api.pinion.build YOUR_API_KEY
# Pin content to Pinion
$ ipfs pin remote add --service=pinion QmHash
# List your remote pins
$ ipfs pin remote ls --service=pinion

✅ Works with existing tools

ipfs-cli, js-ipfs, go-ipfs, Brave browser, and any IPFS client

✅ Standard IPFS APIs

Compatible with IPFS Pinning Service API specification

✅ Keep your workflow

No migration needed—add Pinion alongside your current setup

✅ Enterprise reliability

99.9% uptime with global redundancy and monitoring

Works with all your existing tools

No IPFS experience required. Use any tool you already know—curl, wget, fetch, or your favorite HTTP client. It's just a simple REST API.

Upload files with curl:

# Upload any file to IPFS instantly
$ curl -X POST https://upload.pinion.build/api/v1/add \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@my-document.pdf"
# Response:
{
"requestid": "uuid-string",
"status": "PINNING",
"created": "2025-10-27T01:23:45.678Z",
"pin": {
"cid": "bafybeib...",
"name": "my-document.pdf"
}
}

Standard HTTP

Just REST APIs. No special libraries or protocols to learn.

Instant Upload

Files are available on IPFS within seconds of upload.

Any File Type

Images, videos, documents, websites—upload anything.

Works in any language:

JavaScript fetch()Python requestsGo http.Clientcurl/wgetPostmanAny HTTP client

Deploy to IPFS with Git Push

Set up once, deploy forever. After adding our GitHub Action, every push automatically builds and deploys your app to IPFS.

Your normal workflow:

# Make changes to your project
$ git add .
$ git commit -m "Update homepage design"
$ git push origin main
# Pinion automatically:
# ✓ Builds your project (npm run build)
# ✓ Uploads build to IPFS
# ✓ Pins content for reliability
# ✓ Returns IPFS URL for your app
# Your app is live at:
https://gateway.pinion.build/ipfs/bafybeib...
# Or use your own domain:
https://myapp.com

Zero Config

Add one GitHub Action file. No servers, no deployment scripts.

Instant Deployment

From git push to live IPFS URL in under 2 minutes.

Custom Domains

Point your own domain to IPFS content for professional deployment.

Perfect for:

React AppsVue.js ProjectsStatic SitesdApp FrontendsDocumentationAny Build Output

Why Choose Pinion Over Other Services?

Complete toolchain included

Unlike competitors who only provide APIs, we include mobile apps, web dashboard, and GitHub Actions out of the box.

Decentralized by design

Our Minion Network ensures true decentralization while maintaining reliability and performance.

Transparent pricing

Simple monthly subscription with no hidden fees, usage caps, or surprise charges. Budget with confidence.

Developer experience first

Built by developers for developers. Clean APIs, comprehensive docs, and tools that just work.