CDPT

Free, Simple and Fast URL shortener!

CDPT allows to reduce long links from Facebook, YouTube, Twitter, Linked In and top sites on the Internet, just paste the long URL and click the Shorten URL button. Copy the shortened URL and share it on websites, chat and e-mail.

How to use?

You can call our API endpoint to shorten your URL and you'll receive encrypted shortened URL in response which you can use in your application.
If you're using jQuery then you can use the $.ajax() function as shown in code snipped below:

$.ajax({
    url: 'https://cdpt.in/shorten?url=google.com',
    dataType: 'json',
    success: function(data) {
        console.log(data);
    }
});
                

Response

In response, you'll directly get shortened URL which you can use in your application. In this case, you'll get following response:

https://cdpt.in/MTE=

Contact Me

Found a bug or have an idea or if you have any questions/feedback or would like to get in touch with me, mail me.

Home  |  Login
Packages:  NPM  |  Yarn  |  Laravel

↑ ↑ ↓ ↓ ← → ← → B A