Simple File Storage
The easiest cloud file storage api
151 subscribers
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Simple File Storage endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
UPLOAD /files |
Upload a file. Needs to by uploaded as multipart-data. |
| DELETE |
DELETE /files/{file_id} |
Delete previously uploaded file using the file_id. (file_id is returned from the UPLOAD endpoint) |
| GET |
GET /files/{file_id} |
Get previously uploaded file using the file_id. (file_id is returned from the UPLOAD endpoint) |
Simple File Storage pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $150 / month | — |
|