Shorten any link

Paste a long URL below and get a clean short link in seconds.

How it works

1
Paste your long URL

Enter any valid URL starting with http:// or https:// into the box above.

2
Click Shorten

A unique 6-character code is generated and stored. The same URL always produces the same short link.

3
Share your link

Copy the short link and share it anywhere. Anyone who opens it will be redirected to the original URL instantly via a 301 redirect.


API usage

Shorten a URL — returns the short link as plain text
curl "https://s.neobash.ru/?url=https://example.com"
Response
https://s.neobash.ru/ab12cd
Open / redirect — 301 redirect to the original URL
curl -L "https://s.neobash.ru/ab12cd"