โ† Back to Projects
๐Ÿ”ท laravel-api 2024

URL Shortener

A URL shortening API. Shorten URLs, list shortened links, redirect by code.

Preview

api-panel โ€” rest
Endpoints
POST/api/shorten
Request
{
  "url": "https://example.com/very/long/path"
}
Response200 OK
{
  "short_url": "https://shr.tc/abc123",
  "expires_at": "2025-01-15"
}

Tech Stack

  • Laravel
  • PHP

Description

A URL shortening API. Shorten URLs, list shortened links, redirect by code.