Why Developers Love HidURL
Lightning Fast
Sub-100ms response times for all API calls
Simple Integration
RESTful API with clear documentation
Rich Analytics
Detailed click tracking and statistics
99.9% Uptime
Reliable infrastructure you can count on
Example Code
Shorten a URL
A simple example using cURL
curl -X POST https://api.hidurl.com/v1/public/shorten \
-H "Authorization: Bearer your_api_token" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/very-long-url"}'Response
{
"id": 123,
"short_code": "abc123",
"short_url": "https://hidurl.com/abc123",
"original_url": "https://example.com/very-long-url",
"clicks": 0,
"created_at": "2025-01-28T12:00:00Z"
}API Features by Plan
| Feature | Free | Pro | Bulk | Enterprise |
|---|---|---|---|---|
| API Access | Yes | Yes | Yes | Yes |
| Rate Limit (per minute) | 5 | 60 | 300 | Unlimited |
| Daily Requests | 50 | 10,000 | 100,000 | Unlimited |
| Bulk URL Creation | - | - | Yes | Yes |
| Analytics API | - | Yes | Yes | Yes |
| Custom Aliases | Yes | Yes | Yes | Yes |