go.fanet.work

URL Shortener

URLを短縮する

go.fanet.work/
プレビュー

API

プログラムからも使えます

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