v2.1 Enterprise Ready

Unlimited File Architecture

A highly-secure, headless file hosting node bridging FastAPI and Hugging Face Datasets. Unlimited capacity. Zero infrastructure cost.

API Reference
FOR GUESTS
Get Qlynk Tube Access

System Specifications

Built for developers who need reliable, unlimited blob storage.

Infinite Storage

Bypass standard hosting limits. Store up to 50GB per repository absolutely free utilizing HF infrastructure.

Headless REST API

Fully programmatic access. Upload, edit, fetch, and delete files directly from your external applications.

Smart 308 Routing

Instantly serve media directly to browsers with permanent redirects, perfect for dynamic image/video hosting.

Developer API Reference

Integrate Qlynk Host directly into your projects. The system is secured via a master password passed in the headers.

Authentication (Required)

All POST, PUT, and DELETE requests require your master password.

# Include this in your request headers:
Header: password = "YOUR_SPACE_PASSWORD"

1. Upload Local File POST /api/rest

Push a file from your local machine to the storage node.

Using cURL (Mac/Linux)

curl -X POST "https://static.qlynk.me/api/rest" \
  -H "password: YOUR_PASSWORD" \
  -F "file=@/path/to/local/image.png" \
  -F "slug=my-custom-url" \
  -F "title=Profile Picture" \
  -F "format=redirect"

Using curl.exe (Windows PowerShell)

curl.exe -X POST "https://static.qlynk.me/api/rest" `
  -H "password: YOUR_PASSWORD" `
  -F "file=@C:\Users\Downloads\image.png" `
  -F "slug=my-custom-url" `
  -F "format=redirect"

2. Upload from URL POST /api/rest

Use Python to download a file from the internet and push it directly to your node without saving it permanently on your drive.

import requests

# 1. Fetch file from an external URL
image_url = "https://example.com/sample.jpg"
img_data = requests.get(image_url).content

# 2. Push it to Qlynk Node
response = requests.post(
    "https://static.qlynk.me/api/rest",
    headers={"password": "YOUR_PASSWORD"},
    files={"file": ("sample.jpg", img_data)},
    data={
        "slug": "remote-download",
        "title": "Uploaded via Script"
    }
)

print(response.json())

3. Fetch Database GET /api/history

Retrieve the full JSON array of your files.

curl.exe -X GET "https://static.qlynk.me/api/history" \
  -H "password: YOUR_PASSWORD"

4. Erase File DELETE

Permanently remove an asset via slug.

curl.exe -X DELETE "https://static.qlynk.me/api/rest/YOUR_SLUG" \
  -H "password: YOUR_PASSWORD"

System Trade-offs

Primary Advantages

  • Zero Cost Capacity: Up to 50GB per repository.
  • SEO Friendly: Custom URL slugs (e.g., /f/logo).
  • Mutable Metadata: Edit titles and thumbnails post-upload.
  • CORS Protected: Lock API access to your own domains.
  • Persistent Login: Secure 1-year cookie authentication.

Known Limitations

  • Cold Boot Sleep: Hugging Face free tier spaces sleep after inactivity.
  • Large File Timeout: Files over 1GB may fail depending on connection.
  • Public Links: Files are accessible if the exact slug is guessed.
  • Flat Architecture: No folder hierarchies, rely on search instead.

STRICT LEGAL NOTICE & COPYRIGHT

This architecture, including the Python backend, React-inspired UI, and Reverse Proxy integration, was exclusively designed and engineered by Deep Dey.

While the source code is provided for educational and personal use, ATTRIBUTION IS MANDATORY. If you fork, copy, host, modify, or distribute this system publicly on any domain, you MUST leave the developer credits intact in the footer and documentation.

Failure to provide proper credit constitutes Intellectual Property Theft and will result in an immediate DMCA Takedown Notice sent to your hosting provider (Cloudflare, Vercel, HF, etc.). Do not test this policy.

Community Cloud

Want your own private Qlynk Node? Deploy in 1-minute.

Clone the Trinity stack into your Hugging Face account, provision your vault dataset, and bootstrap your personal cloud node with a guided onboarding wizard.

🚀 0 Nodes Deployed Globally
Try Now

Node Control Center

Manage your Hugging Face data lake.

0

Hosted Assets

0 B

Storage Consumed

API Online & Listening

Upload Engine

Drag & drop, browse, or paste a link.

Click or Drag & Drop File Here

Transmitting Data... 0%

Dataset Explorer

Manage hosted assets.

Syncing with Infrastructure

Establishing secure connection to Hugging Face Datasets...

Page 1 of 1
Notification System Ready
📅 Last System Update: Friday, 10 April 2026 | 01:24 PM IST (GMT+05:30)
System Locked for Scheduled Hiatus
QLYNK Nobe Server
an app by Deep
a Deep Dey Creation
an Deep Dey Product
INITIALIZING DATACENTER...
\n