┌─────────────────┬──────────────────────────────┐ │ Endpoint │ tl;dr │ ├─────────────────┼──────────────────────────────┤ │ GET / │ <YOU ARE HERE> │ ├─────────────────┼──────────────────────────────┤ │ POST /shorten │ Create a short URL │ ├─────────────────┼──────────────────────────────┤ │ GET /{shortUrl} │ Redirect to the original URL │ └─────────────────┴──────────────────────────────┘
See /docs for more info