Shorten your URLS and share then easily
No URLs found.
//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 }), })