up.x1b.dev File Upload and URL Shortener

Welcome to the up.x1b.dev file upload and URL shortening service.
This service allows you to easily upload files or shorten URLs for quick access.
Files are stored for 7 days, and URLs are shortened for convenient sharing.

Usage:

Upload a file:
curl -F file=@yourfile.ext https://up.x1b.dev/

Shorten a URL:
curl -d "url=https://example.com" https://up.x1b.dev/shorten

Details:

Files uploaded to this service are stored for 7 days or until they are automatically cleaned up.
The maximum file size is 100MB.
URLs shortened with this service will redirect to the original URL for the same period.

Examples:

File upload:
curl -F file=@document.pdf https://up.x1b.dev/
Response:
https://up.x1b.dev/abcdef

URL shortening:
curl -d "url=https://example.com" https://up.x1b.dev/shorten
Response:
https://up.x1b.dev/ghijkl

Disclaimer:

This service is provided as-is with no guarantees.
Uploaded files and shortened URLs are not private and can be accessed by anyone with the link.
Use at your own risk.

Report abuse at: abuse@x1b.dev