About this Cloud Hub Solution:
The LinkShrink API is a URL shortening API that enables developers to:
- Shorten long URLs into shorter, more manageable links
- Create custom short links with specific keywords or branding
- Track clicks and analytics for shortened links
- Access link history and metrics, such as click-through rates and referral sources
- Integrate URL shortening into existing applications and platforms
Developers can use the LinkShrink API to build applications that require URL shortening, such as:
- Social media management and scheduling tools
- Email marketing and campaign tracking platforms
- Affiliate marketing and tracking systems
- Content sharing and bookmarking platforms
- URL shortening and redirection services
Keep your links short and secure
- Schemes
- Https
- Authorize
API Endpoints
- POST /link: Save a user's long link and return a short link
- GET /link: Retrieve all the user-created links
- DELETE /link: Delete a link with the ID as a parameter in the body
- LinkCheck: GET /link-check-has-password/{shortLink}: Check if the link has a password or not. It takes the short link as a parameter in the URL.
- Link: POST /link/{shortLink}: Retrieve the link with the short link as a parameter in the URL. It takes the password.
- Models: Link, Link Check, Link Delete