Get up and running with our URL shortener API in just a few simple steps:
- Generate your API key in Edit Profile → API Keys
- Send your key on every request using both headers:
Authorization: Bearer YOUR_API_KEY
X-API-Key: YOUR_API_KEY - Use JSON for POST requests (Content-Type: application/json)
- Start by creating a short URL via
/backend/api/common/urls/create.php
Tip: Use Admin → API Tester to try endpoints with your API key.