Shorten any URL with click tracking and optional custom codes. Redirect stats included.
POST https://api.16761.tech/shorten
curl -X POST https://api.16761.tech/shorten \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | โ | URL to shorten |
| customCode | string | Custom short code (3-20 chars) |