http://svobzanf43o7ef72jhglspqidmuhpvy32oz5d3hj72qv3cicssck4had.onion
API This API allows you to create short links programmatically. Endpoints: POST /shorten : Create a short link. Example Usage: 1. Create a Short Link: curl -X POST svobzanf43o7ef72jhglspqidmuhpvy32oz5d3hj72qv3cicssck4had.onion/shorten \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com",
"alias": "customalias",
"one_time": true,
"max_uses": 10,
"expiration_days": 30}' Note: All fields except url are optional.