Manage your application database directly.
Export current DB (partial) or Import JSON.
⚠️ Danger Zone
Use this token to shorten links from other applications using the API endpoint.
curl -X POST http://localhost:5100/api/shorten-api \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"url": "https://google.com"}'