🔗 URL Shortener

Buat short link dengan custom OG meta title, description & image

351 Total Links
1,603 Total Clicks
90 days Auto Expire
3-16 alphanumeric characters. Leave empty for random.

📝 Open Graph Meta Tags (for social media previews)

Full URL to an image (will appear when shared on social media).

🔌 API Usage

You can also create links via API:

POST /api/create
Content-Type: application/json

{
    "url": "https://example.com",
    "custom_code": "my-link",       // optional
    "meta_title": "My Title",       // optional
    "meta_description": "Desc...",  // optional
    "meta_image": "https://..."     // optional
}