Create a new short-code mapping using the HTTP API or visit the admin panel for advanced features.
API Usage
Use the following endpoints to create and manage short URLs:
- POST /links — Create or update a short-code mapping
- GET /links/:code/stats — JSON hit count for the current UTC day
- GET /links/:code/data — Recent request metadata (IP, referrer, UA)
- DELETE /links/:code — Remove a mapping (admin session required)
- GET /getlink?url=URL&code=CODE — Legacy helper for integrations
- GET /:code — Redirect using the configured 301/302 status
Admin Panel - Advanced management features