0xff.tf

A tiny, serverless URL shortener built on Cloudflare Workers and Cloudflare Workers KV.
An example link might look like this: https://0xff.tf/about.

Not for public use, requires authentication.

Shorten URL

$ curl -X POST -H "Authorization: $SECRET_KEY" -H "URL: https://example.com" https://0xff.tf

Custom short URL

$ curl -X PUT -H "Authorization: $SECRET_KEY" -H "URL: https://example.com" https://0xff.tf/example

Delete URL

$ curl -X DELETE -H "Authorization: $SECRET_KEY" https://0xff.tf/example

List all URLs

$ curl -X GET -H "Authorization: $SECRET_KEY" https://0xff.tf

Contact

root [at] 0xff.tf