PUBLIC TOOL
Encrypted link
Hides the real subscription address inside an smproxy://crypt1/… link. Share it freely — anyone can import it, but the address itself stays private.
The full subscription, config or routing profile address. It will be encrypted.
Your link
Encrypted part only
Everything after the last slash — for embedding in your own links and headers.
QR code
API
POST https://provider.smproxy.io/public/crypto-link
Public endpoint, no authentication. Accepts form-urlencoded or JSON.
Parameter
Description
url
The subscription, config or routing profile address to encrypt.
curl -X POST https://provider.smproxy.io/public/crypto-link \
-H "Content-Type: application/json" \
-d '{"url":"https://sub.example.com/x?token=abc"}'
Response: {"link":"smproxy://crypt1/<crypted>"}