Create short links with custom slugs, password protection, expiry dates, and detailed click analytics — all from a clean dashboard.
A complete URL shortener with powerful features built in.
Choose your own short URL slug or let us generate one. Simple, memorable, and shareable.
Track every click with detailed analytics — referrer sources, geographic data, device info, and time trends.
Protect sensitive links with a password. Set expiry dates and maximum click limits for extra control.
Integrate with your workflow using our REST API. Create and manage short links programmatically.
Create short links programmatically with a simple REST API.
curl -X POST https://link.penhu.xyz/api/links \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"url": "https://example.com/very-long-path",
"slug": "my-link",
"title": "My Custom Link"
}'curl https://link.penhu.xyz/api/links \ -H "Authorization: Bearer YOUR_API_KEY"
curl https://link.penhu.xyz/api/analytics/LINK_ID \ -H "Authorization: Bearer YOUR_API_KEY"