Easy
Paste a link and go. No setup.
Paste a link. Share one link that opens the right app on phones. Simple and free.
Privacy-friendly. No login needed.
Paste a link and go. No setup.
Lightweight and quick to open.
Use it for personal or work.
Drop a supported URL in the box.
Share it anywhere.
Phones try the app first.
POST : https://appopener.recut.in/v3/api
Send JSON in a POST request. Only url is required.
Parameters — Description
url (required) Long URL to shorten.
status (optional) public or private (default)
Private = analytics are not public.
Public = anyone with the short link can view its analytics page.
// Copy
async function shorten(url, status) {
const response = await fetch("https://appopener.recut.in/v3/api", {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ url: url, status: status })
})
const data = await response.json()
console.log(data)
}
shorten('https://www.youtube.com/@youtube','public')
Server response
{
"shorturl": "https://yt.rcut.in/s2tBFmML",
"status": "public",
"provider": "youtube",
"domain": "https://yt.rcut.in",
"devicetarget": [
{ "device": "iPhone", "link": "vnd.youtube://www.youtube.com/@youtube" },
{ "device": "iPad", "link": "vnd.youtube://www.youtube.com/@youtube" },
{
"device": "Android",
"link": "intent://www.youtube.com/@youtube#Intent;package=com.google.android.youtube;scheme=https;S.browser_fallback_url=https%3A%2F%2Fwww.youtube.com%2F%40youtube;end"
}
],
"deeplink": {
"apple": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
"google": "https://play.google.com/store/apps/details?id=com.google.android.youtube"
},
"powered-by": "Recut URL Shortener API, https://app.recut.in/developers"
}
Copy the link you want to share. Paste it on this page. Share the short link you get. When someone opens it on iPhone, it tries the app first. If the app is not installed, it opens the website.
Paste the link here and share the short link. Android devices try to open the app. If that fails, the link falls back to the website, so users still see your content.
Use the link on WhatsApp, Instagram, SMS, email, and QR codes. It works across browsers and devices.
Always paste the full URL. Keep your apps updated. Test your link on your phone before sharing it widely.
App Opener makes short links that try to open the right app on phones. It supports 20+ popular apps. It is free to use.
When links open in the app, people stay longer and engage more. You avoid the mobile browser where users may drop off.
Questions or requests? Email mail@appopener.recut.in.
We keep it simple. We only use what is needed to make the link work. No signup is required to try it.
Share smarter links in seconds.
Yes. If the app is installed, the link opens the app. If not, the link opens the website.
Yes. We use safe app URL schemes and intent links supported by iOS and Android.
Yes. Create the short link and place it in any QR code. Scans try the app first.
Yes. Install it from the Chrome Web Store or Microsoft Edge Add-ons.