# Storj API **Provider:** Storj **Category:** storage **Base URL:** `https://docs.storj.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.storj.io/dcs/ ## Description Decentralized Open-Source Cloud Storage ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.storj.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.storj.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 150 GB storage, 150 GB egress/month. Pro $4/TB/month storage, $7/TB egress. --- *Source: [API Map](https://apimap.dev/apis/storj/) — CC BY 4.0*