URL shortener

Fast and free link shortening service!
Simple. Quick. Reliable.

By clicking "Shorten", you agree to the terms of the User Agreement.

Integrate your applications using a simple and fast REST API. All harmless shortened links will be available for 2 years. Use the JSON format to send requests. You can create up to 10 shortened links per minute. This shortening service is available only for CIS countries.

Request
curl --request POST \
--url https://twi.kz/api/v1/shorten \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"url":"https://myLongAndUnreadableURL.com"}'
Response
{
    "url": "https://myLongAndUnreadableURL.com",
    "hash": "SY",
    "shorten": "https://twi.kz/SY",
    "status": "harmless"
}

Free

The service is free and requires no registration. Enhancements are made possible by your donations and suggestions.