URL Shortener
プログラムからも使えます
curl -X POST https://go.fanet.work/api/shorten \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com", "slug":"my-link"}' # オプション: password, expires_at, max_clicks, note