๐Ÿ”— URL Shortener API

Shorten any URL with click tracking and optional custom codes. Redirect stats included.

Endpoint

POST https://api.16761.tech/shorten

Example

curl -X POST https://api.16761.tech/shorten \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'

Parameters

FieldTypeRequiredDescription
urlstringโœ…URL to shorten
customCodestringCustom short code (3-20 chars)
Get Free API Key โ†’