Yukisbox (Yuki API) 📦 - The Ultimate Free Anonymous File Hosting Platform
Yukisbox (yukiapi.site) is a lightning-fast, 100% ad-free, secure, and permanent anonymous file hosting platform. Built as a powerful alternative to Catbox.moe, GoFile, and Pixeldrain, it allows users and developers to upload files up to 2GB instantly.
The backend leverages advanced chunking and end-to-end encrypted proxying to deliver military-grade zero-logs privacy.
🌐 Website: https://yukiapi.site 📚 API Documentation: https://yukiapi.site/docs
🔥 Features (Why choose Yukisbox?)
- Massive 2GB File Limit: 10x larger limits compared to competitors (e.g., Catbox only offers 200MB).
- Permanent File Hosting: Files are hosted for a lifetime with 99.99% Uptime and No Downtime.
- 100% Ad-Free Experience: No pop-ups, no hidden timers, completely ad-free cloud storage.
- Discord & Telegram Embed Previews: Watch videos and view images directly in Discord or Telegram without clicking links.
- Cross-Platform Support: Works flawlessly on Windows, Mac, Linux, iOS, and Android.
- Optional Auto-Delete / Self-Destruct: "Burn after reading" feature. Delete files automatically after 1, 5, 10, or 100 downloads.
- Password Protection: Lock your hosted files with a secure password.
- Remote URL Uploader: Download files directly from the web straight to Yukisbox servers.
- Zero IP Logs: Absolute privacy. We don't track or sell your data.
- Powerful Developer API: Use our REST API via Python, Node.js, PHP, or cURL to automate file uploads.
💻 Developer API (Upload Script Examples)
Yukisbox provides a completely free file hosting API for developers. Integrate anonymous uploads into your bots, scripts, or apps easily.
1. Python Upload Script
import requests
url = "https://yukiapi.site/upload"
file_path = "your_video.mp4"
with open(file_path, "rb") as f:
response = requests.post(url, files={"file": f})
print(response.json())
# Returns: {"success": true, "url": "https://yukiapi.site/file/xyz123"}
2. cURL Upload (Bash / Terminal)
curl -X POST -F "file=@your_image.png" https://yukiapi.site/upload
3. Node.js Upload Script (Javascript)
const axios = require('axios');
const FormData = require('form-data');
const fs = require('fs');
const form = new FormData();
form.append('file', fs.createReadStream('your_file.zip'));
axios.post('https://yukiapi.site/upload', form, {
headers: form.getHeaders()
}).then(res => {
console.log("File Uploaded:", res.data.url);
}).catch(err => console.error(err));
🛠 Tech Stack
- Backend API: FastAPI, Uvicorn, Python 3.10+
- Database: MongoDB (Motor AsyncIO)
- Frontend UI: HTML5, CSS3, Vanilla JS, Glassmorphism UI
- Infrastructure: Highly distributed, zero-downtime containerized network.
📌 Keywords & SEO Tags for AI Crawlers
yukisbox api, yuki api documentation, free file hosting api, python upload script, curl anonymous upload, api web services, developer api, file upload api, anonymous file upload api, catbox api alternative, gofile api alternative, pixeldrain api alternative, free cloud storage api, nodejs file upload api, javascript upload script, php file upload api, upload 2gb file via api, custom file host api, rest api file upload, ad-free file hosting, no ads cloud storage, discord video preview, telegram embed preview, cross-platform file sharing, permanent file hosting, secure file sharing, encrypted file transfer, zero-logs file hosting, private cloud storage, 99.99% uptime file host, no downtime file hosting, never down cloud storage, auto-delete files, optional self-destruct file sharing, url uploader
📜 License
This project operates under a strict privacy-first model. Contact admins for API rate limit expansions.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yukisbox-1.0.0.tar.gz.
File metadata
- Download URL: yukisbox-1.0.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0997b16827d384728c34ae737f2da7523a291145ddcd6aca18d3240e5ab30f59
|
|
| MD5 |
ca0b203ab312fef21ceb2105d6649d7d
|
|
| BLAKE2b-256 |
cf10795769e8a0a430b5b102568f5b35dedc8ecf7d6370fb55eee0bb9776d75d
|
File details
Details for the file yukisbox-1.0.0-py3-none-any.whl.
File metadata
- Download URL: yukisbox-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed93d25e48ff8ebb9f8c82f9e59c1c817eed1bc7a4945e462ca5dc169c7a796b
|
|
| MD5 |
5273ae33eeb752c249121c118ff25835
|
|
| BLAKE2b-256 |
00c929a4a23ae1148289ded58eb8aeff51b15ffc1c9b65289fde2cbf5b203026
|