Fx.Land Cloud Documentation
Decentralized storage infrastructure for IPFS pinning, pay-per-upload storage, and file management.
Choose Your Path
Cloud Users
Using cloud.fx.land to manage your files, API keys, and billing. No coding required.
Get Started →Pinning API Developers
Building apps with the IPFS Pinning Service API at api.cloud.fx.land.
View API Docs →Services Overview
| Service | URL | Description |
|---|---|---|
| Cloud Dashboard | cloud.fx.land | Web interface for managing pins, keys, and billing |
| Pinning API | api.cloud.fx.land | OpenAPI-compliant IPFS pinning service |
| x402 Gateway | x402.api.cloud.fx.land | Pay-per-upload with HTTP 402 payments |
| S3 Backend | s3.cloud.fx.land | Object storage backend (docs) |
Quick Start
For Cloud Users
- Go to cloud.fx.land
- Sign in with Google
- Start pinning files - you get 500 MB free
For Pinning API Developers
curl -X POST "https://api.cloud.fx.land/pins" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"cid": "QmYourCID", "name": "my-file"}'
For x402 Developers
# First request returns 402 with payment requirements
curl -X PUT "https://x402.api.cloud.fx.land/bucket/file.txt" \
-H "Content-Length: 1024" \
-H "X-Fula-TTL: 3600"
Key Features
- 500 MB Free - Every account includes free storage, no credit card required
- IPFS Compatible - Standard Pinning Service API, works with IPFS CLI
- Pay-as-you-go - x402 payments or FULA credits, your choice
- Multi-chain - Support for Ethereum, Base, and SKALE networks
- Zero Gas - x402 uses SKALE for gas-free USDC payments
Pricing
| Model | Rate | Best For |
|---|---|---|
| Free Tier | 500 MB included | Getting started |
| FULA Credits | 3 FULA / GB / month | Long-term storage |
| x402 Pay-per-upload | $0.01 / MB / hour | One-time uploads |