Cutiefly

Shorten your URLS and share then easily

*Shortened links expire after 7 days. Be sure to save them in time!

Recent URLs

No URLs found.

Api Integration

cutiefly.js
//example
await fetch('https://io.oftix.site/api/shorten', {
    method: 'POST',
    body: JSON.stringify({
        url: 'https://tracerly.net/',
        code: 'my-custom-code', // optional with maximum 16 characters
        visible: false, // optional, for not show in recent urls
    }),
})