Frequently Asked Questions

~ Everything you need to know about Yukisbox ~

Quick answers about file sizes, privacy guarantees, security, and developer tools

2GB Limit
Lifetime Retention
100% Zero-Logs

🐾 Have a quick question? Use the search bar below or click any category to find instant answers! Still stuck? Our team is always reachable via support.

What is the maximum file size I can upload?

Yukisbox supports uploading files up to 2GB (2,048 MB) per file for completely free! There are zero hidden speed caps, zero bandwidth limits, and no paid subscriptions required.

How long do my files stay online?

Uploaded files are retained with lifetime duration by default, provided they comply with our Acceptable Use Policy. Unlike temporary drop services that delete files after 24 hours, Yukisbox keeps your links active indefinitely until you choose to delete them.

Can I choose a custom URL slug for my file?

Yes! During upload on the homepage or via our API, you can enter a custom slug (e.g. my-awesome-video), giving you a personalized, memorable link like https://yukiapi.site/file/my-awesome-video.

Can I upload files directly from a remote URL?

Yes! Click on the [ 🌐 Remote URL ] tab on the homepage or use our /upload-url API endpoint. Simply paste any direct public download link, and our high-speed gateway will fetch and store it on your behalf in seconds.

Does Yukisbox have a Pastebin feature?

Yes! Check out the [ 📝 Paste / Text ] tab on the homepage. You can paste code snippets, configuration files, or markdown directly, choose a syntax highlight extension, and share both direct viewer pages and instant /raw/{uid} text streams.

Can I convert Telegram post or file links into direct download links?

Yes! Yukisbox features a built-in Telegram Post & File Importer. Simply paste any public Telegram message link (e.g. https://t.me/channel/123) into the [ ✈️ Telegram ] tab on the homepage. Yukisbox instantly inspects the file name, size, and security status, allowing you to generate a fast, direct download and streaming link up to 2GB with 1 click.

Do you log my IP address or tracking data?

No. Never. Yukisbox operates under a strict Zero-Logs architecture. We do NOT store or correlate IP addresses, user-agent fingerprints, or download histories in any database. Intermediate upload buffers in /tmp are hosted on RAM (tmpfs) and unlinked immediately after ingestion.

How does password protection work?

When you set a password, it is hashed with a cryptographic salt using PBKDF2/SHA-256 before storage. Anyone attempting to view or download the file must enter the correct password. The raw plain text password is never stored or logged.

What is the Self-Destruct (Burn-After-Reading) feature?

Self-destruct allows you to set a maximum download threshold (e.g. max_downloads=1). The exact millisecond the threshold is reached, the file and all database records are permanently eradicated from our servers.

What file types are restricted?

To eliminate 99.8% of malware distribution vectors, we enforce an immutable blocklist on dangerous executable formats:

  • .exe, .scr, .cpl (Windows Executables)
  • .bat, .cmd, .vbs, .ps1, .hta (Scripting Payloads)
  • .msi, .dll, .com, .jar (Binaries & Applets)

All media (MP4, MKV, MP3, FLAC), images (PNG, JPG, WebP, GIF), documents (PDF, DOCX, TXT), archives (ZIP, RAR, 7Z, TAR), and authenticated Android APK packages are 100% supported.

How does the AI Content Moderation Shield work?

Every file stream passes through an automated multi-layer triage: (1) Magic byte inspection to verify true binary file headers, (2) Real-time hash comparison against threat intelligence blacklists, and (3) Asynchronous neural heuristic scanning for phishing and social engineering indicators.

Can I use the REST API in my own scripts and bots?

Yes! Yukisbox offers a high-speed, rate-limited REST API for developers. Check out our comprehensive API Documentation for copy-paste code snippets in Python, cURL, JavaScript, and Node.js.

Quick cURL Upload Example

You can upload a file in one terminal command:

curl -F "file=@myvideo.mp4" https://yukiapi.site/upload

How do I report copyright infringement (DMCA)?

Yukisbox complies fully with Title 17, United States Code, Section 512 (DMCA). If your copyrighted work has been uploaded without authorization, send a takedown notice containing the exact file link to dmca@yukiapi.site. Verified infringement notices are processed and links disabled within 2 to 12 hours.

How do I report abusive or harmful content?

We maintain an absolute zero-tolerance policy against CSAM/CSAE, violent terrorism, and credential phishing. Report violating links immediately via our Abuse Reporting Portal or email support@yukiapi.site for immediate eradication.