strj.uk

Simple, fast, and flexible file storage API for developers

Explore Features

What strj.uk offers

Create Buckets

Organize your files by creating unique buckets using a simple API call.

Upload Files

Upload any file type securely to your personal or team buckets.

Manage Storage

Delete, rename, and list files or buckets through RESTful endpoints.

Example API Usage

All endpoints accept an `api_key` for authentication.

POST /api/create_bucket.php
Body: { "bucket_name": "my-project-files", "api_key": "abc123" }
POST /api/upload_file.php
FormData: file=..., bucket=my-project-files, api_key=abc123
GET /api/list_files.php?bucket=my-project-files&api_key=abc123

Frequently Asked Questions

All uploads use secure HTTPS and are stored privately unless you choose to share them.

The default limit is 100MB per file. Contact us to raise this for your account.

Yes! The API is designed to be easily integrated into web or mobile applications with RESTful endpoints.