Developer-First API

API Documentation

Complete guide to integrating with ShortLink Pro API. Built for modern developers with comprehensive examples.

API Overview
ShortLink Pro provides a RESTful API for URL shortening and analytics

Base URL

https://www.dropl.link/api

Authentication

Currently, the API is open for public use. Premium authentication features with API keys and rate limiting will be available soon for enterprise users.

Rate Limits

Free Tier
100 requests/minute
Premium
1,000 requests/minute

Supported URL Types

HTTP/HTTPS
Standard web URLs
iOS Apps
itms-services:// links
FTP
File transfer URLs
Quick Start
curl -X POST \
  -H "Content-Type: application/json" \
  -d 'url":"https://example.com' \
  https://www.dropl.link/api/shorten
Response Time
<1ms
Average API response time