Simple & Transparent Pricing
Choose Your Plan
All plans include our core features
Free
$
0
/month
Perfect for personal use
- Unlimited URL shortening
- Basic click analytics
- QR code generation
- Mobile responsive
- Link expiration (30 days)
- API access
- Advanced analytics
- Custom domains
Most Popular
API Basic
$
2
/month
Perfect for developers
- Everything in Free
- API access (1,000 calls/month)
- JSON responses
- Rate limiting
- API documentation
- Webhook support
- Advanced analytics
- Custom domains
API Pro
$
5
/month
For growing businesses
- Everything in API Basic
- API access (10,000 calls/month)
- Advanced analytics
- Custom domains
- Priority support
- Bulk URL shortening
- White-label options
- SLA guarantee
API Documentation Preview
Simple REST API for URL shortening
POST
/api/shorten
Request Example:
curl -X POST "https://yourdomain.com/api/shorten" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"long_url": "https://example.com/very-long-url",
"custom_alias": "optional-custom-name"
}'
Response Example:
{
"success": true,
"short_url": "https://yourdomain.com/abc123",
"long_url": "https://example.com/very-long-url",
"short_code": "abc123",
"created_at": "2024-01-15T10:30:00Z"
}
Frequently Asked Questions
Our API pricing is simple: $2 per month for the Basic plan (1,000 API calls) and $5 per month for the Pro plan (10,000 API calls). Additional calls are charged at $0.001 per call.
Yes, you can cancel your subscription at any time. Your API access will remain active until the end of your current billing period.
We accept all major credit cards (Visa, MasterCard, American Express), PayPal, and bank transfers for annual plans.
Yes! You can test our API with 100 free calls before purchasing. Sign up for a free account to get your API key and start testing immediately.