Programmatic access to all URL shortening, analytics, and campaign management features. Build integrations and automate your link management workflows.
Generate short URLs programmatically
Retrieve click data and insights
Organize links into campaigns
Create and manage multiple links
Real-time notifications for events
Clean, predictable API endpoints
curl -X POST "https://api.shurlify.com/v1/links" \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/very-long-url",
"campaign_id": "12345",
"custom_alias": "my-link",
"expires_at": "2024-12-31T23:59:59Z"
}'
Want to be the first to know when our API launches? Contact us and we'll add you to our early access list.