Built for developers who need reliable, unlimited blob storage.
Bypass standard hosting limits. Store up to 50GB per repository absolutely free utilizing HF infrastructure.
Fully programmatic access. Upload, edit, fetch, and delete files directly from your external applications.
Instantly serve media directly to browsers with permanent redirects, perfect for dynamic image/video hosting.
Integrate Qlynk Host directly into your projects. The system is secured via a master password passed in the headers.
All POST, PUT, and DELETE requests require your master password.
# Include this in your request headers: Header: password = "YOUR_SPACE_PASSWORD"
Push a file from your local machine to the storage node.
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"
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"
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())
Retrieve the full JSON array of your files.
curl.exe -X GET "https://static.qlynk.me/api/history" \ -H "password: YOUR_PASSWORD"
Permanently remove an asset via slug.
curl.exe -X DELETE "https://static.qlynk.me/api/rest/YOUR_SLUG" \ -H "password: YOUR_PASSWORD"
/f/logo).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.
Clone the Trinity stack into your Hugging Face account, provision your vault dataset, and bootstrap your personal cloud node with a guided onboarding wizard.
Manage your Hugging Face data lake.
Hosted Assets
Storage Consumed
API Online & Listening
Drag & drop, browse, or paste a link.