Programmatically manage your link monitoring with 30 endpoints across 6 resource groups. Monitor links, organize with groups, track history, and receive webhook notifications.
Business Plan Required
API access is available on the Business plan ($79/month). View pricing
https://deadlinkradar.com/api/v1Create your first monitored link with a single API call:
curl -X POST https://deadlinkradar.com/api/v1/links \
-H "Authorization: Bearer dlr_your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://mega.nz/file/abc123"}'The API is organized into 6 resource groups:
API Keys
6 endpointsCreate, list, rotate, and revoke API keys
Links
8 endpointsMonitor links, trigger checks, view history
Groups
6 endpointsOrganize links into groups
History
2 endpointsCheck history and statistics
Webhooks
6 endpointsConfigure webhook notifications
Account
2 endpointsAccount info and usage stats
Secure Authentication
API keys with SHA-256 hashing and granular permissions
Rate Limiting
120 requests/min and 3,600 requests/hour per key
Webhooks
Real-time notifications with HMAC-SHA256 signatures
Batch Operations
Create or delete up to 1,000 links per request