Documentation
URL shortener
Generated at
/url-shortener
Redirect
Use
/redirect
Format:
https://leenk.vercel.app/redirect?url=<url>&code=<code>&mode=<mode>&shift=<shift>
Possible code:
301, 302, 303, 307, 308, blank
Possible mode:
b64(base64), bin(binary), hex(hexadecimal), oct(octal), csr(caesar cipher) , blank(default)
Possible shift for caesar cipher:
integers , blank(default is 13)
Example:
https://leenk.vercel.app/redirect?url=aHR0cHM6Ly9leGFtcGxlLmNvbQ&code=307&mode=b64
(redirects to https://example.com)
Webhook
Used at
/webhook