how the utility works

Docs for assigning a URL.

Drop anything. Get a URL. Same engine in the browser and the API.

Create a public internet link

On the homepage, drop a file or paste text / JSON / a destination URL. Type a slug. Click Create URL. The public address is https://your-slug.anythingurl.com.

1
POST /api/urlor POST /create/ — multipart file, optional text, optional slug.
2
GET https://<slug>.anythingurl.comThe public page people actually open.
3
GET /raw/Original bytes, JSON, HTML, or a redirect.
4
GET /download/Force-download the uploaded file.
5
GET /qr.pngQR for that URL. Add ?download=1 to save the PNG.

What gets a specialized preview

Images, PDFs, audio, video, CSV tables, JSON, HTML, and text/code render on the public page. Everything else gets a download card. Every live URL also gets a QR code that encodes the same public internet link. Redirects forward immediately unless you add ?stay=1 or just created the link.

Naming rules

Every public internet link is unique. You can type a free name, or use a random adjective-noun-number combo such as quiet-harbor-4821. If the name is taken or reserved, the utility assigns a new combo instead of colliding. Shuffle the box to draw another one.

Accounts and Keep

No account required to create a URL. Free URLs last 24 hours. Keep extends one existing URL for $9 a year. Pro and Developer persist URLs while the subscription is active. Manage billing from your account.

Limits

Free uploads are capped at 25 MB. Pro is 250 MB. Developer is 500 MB. Do not publish secrets, malware, or content you do not have the right to share. Report abuse on the Abuse page.

API reference

Copied to clipboard