Documentation
Decentralized storage for AI agents. Upload to IPFS instantly, replicate across Filecoin SPs permanently. Pay per request with x402 micropayments.
Quick Start
Upload a file with a single cURL command. Include an x402 payment header for paid endpoints.
REST API
Four endpoints power the entire storage lifecycle. Endpoints marked x402 require micropayment.
Upload a file to IPFS + Filecoin. Requires x402 payment header.
The file to upload (multipart/form-data)
Comma-separated tags for organization
Number of SP replicas (default: 3)
Content identifier (CIDv1)
File size in bytes
IPFS gateway URL
Initial status: pinned
Check storage and replication status for a CID.
Content identifier to check
The queried CID
pinned | storing | stored | failed
List of SP providers storing this CID
Number of confirmed SP replicas
List all files for the authenticated wallet.
Filter by status: pinned | storing | stored
Max results (default: 50)
Pagination offset
Array of file objects
Total file count
Create an on-chain attestation for a stored file. Requires x402 payment.
CID to attest
On-chain attestation identifier
Transaction hash
Unix timestamp of attestation
Integrations
Connect your AI agents to decentralized storage through any of these integration paths.