Quick Start Guide
Get started with Joo.nz by following these steps to create and manage your shortened URLs.
Creating Your Account
- Visit joo.nz and click "Sign Up"
- Choose your sign-up method:
- Email and password
- Google account
- GitHub account
- Facebook account
- Fill in your basic information
- Verify your email address
Creating Short URLs
Using the Dashboard
- Log in to your Joo.nz account
- Click "Create New URL" on your dashboard
- Paste your long URL
- Click "Shorten"
Using the API
Create a URL:
curl -X POST https://joo.nz/api/v1/url/slim \
-H "x-api-key: YOUR-API-KEY" \
-H "Content-Type: application/json" \
-d '{
"originalUrl": "https://your-long-url.com",
"title": "My URL Title"
}'
Retrieve a URL:
curl -X GET https://joo.nz/api/v1/url/{url_id} \
-H "x-api-key: YOUR-API-KEY"
URL Customization Options
- Custom path (e.g.,
joo.nz/my-link) - Title for identification
- Expiration date
- Password protection
- Custom preview metadata
Analytics & Tracking
Your dashboard provides insights about:
- Total clicks
- Geographic locations
- Device types
- Referral sources
Free Plan Features
- 25 URLs limit
- Basic analytics
- QR code generation
- API access
- Custom preview options
Support
- Technical support: support@joo.nz
- Telegram: @joonzsupport
- Updates: X
Next Steps
Explore additional features:
Consider upgrading your plan to access more features and higher URL limits as your needs grow.