GoTiny
A lightweight URL shortener, focused on ease-of-use for the developer and end-user
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- URL Shorteners
- Documentation / URL
- https://github.com/robvanbakel/gotiny-api
Overview
GoTiny provides URL shortening — keyless.
⚠️ Status (verified 2026-08): the API returned HTTP 404 DEPLOYMENT_NOT_FOUND (Vercel) — the hosted deployment appears to be gone. Verify from your network before relying on it.
What it used to provide
curl -X POST "https://gotiny.cc/api" \
-H "Content-Type: application/json" \
-d '{"input":"https://example.com"}'
Notes
- Lightweight shortener.
- 404 (Vercel deployment gone) on our check (verified).
FAQ
Is GoTiny free? It was free.
Why 404? The Vercel deployment was not found (verified) — treat as down.
What did it do? URL shortening.