Generate Unlimited Short URLs

No Registration - No Payments - No Ads - No Delay

ThinkTub SHORT URL API

Create New

Send a POST request to https://1tt.in/url/set with JSON body as

{
 "lurl":"Your Long Url",
 "apitoken":"Your Secret Token"
}
                            

If success, you will receive a response as below

{
    "Your Short URL"
}
                            

If error, you will get an error message.

{
    "Error: Proper readable error message"
}
                            

Delete Old

Send a POST request to https://1tt.in/url/delete with a JSON body as

{
    "surl": "Your Short URL",
    "lurl": "Your Long URL",
    "apitoken":"Your Secret Token"
}
                            

If success, you will receive a response as below

{
    "Success: Short URL with readable success message"
}
                            

If error, you will get an error message.

{
    "Error: Proper readable error message"
}
                            

About Short URL

ThinkTub Short URL is a technique where a URL will be made substantially shorter and still direct to your required page. This is achieved by using a redirect which links to the web page that has a long URL. For example, the URL "https://example.com/assets/category_B/subcategory_C/Foo/" can be shortened to "https://ex.com/Foo". Often the redirect domain name is shorter than the original one. A friendly URL may be desired for messaging technologies that limit the number of characters in a message (for example SMS), for reducing the amount of typing required if the reader is copying a URL from a print source, for making it easier for a person to remember, or for the intention of a permalink.

There are several reasons to use URL shortening. According to Wikipedia.org, often regular unshortened links may be aesthetically unpleasing. Many web developers pass descriptive attributes in the URL to represent data hierarchies, command structures, transaction paths or session information. This can result in URLs that are hundreds of characters long and that contain complex character patterns. Such URLs are difficult to memorize, type out or distribute. As a result, long URLs must be copied and pasted for reliability. Thus, short URLs may be more convenient for websites or hard copy publications (e.g. a printed magazine or a book), the latter often requiring that very long strings be broken into multiple lines (as is the case with some e-mail software or internet forums) or truncated.