Skip to content
    • Pricing
    • Developers
    API Documentation

    Overview

    • Introduction
    • Getting Started

    Concepts

    • Authentication
    • Rate Limiting
    • Request & Response Format

    Endpoints

    • POST /v2/shorten
    • POST /v2/shorten/batch
    • GET /v2/qr/:shortCode
    • GET /v2/stats/:shortCode

    Reference

    • Error Codes
    Back to Plung

    Getting Started

    Note: These endpoints require an API key. Get yours at plung.co/console.

    The Plung API operates via standard HTTP requests and JSON payloads. Shorten a URL instantly:

    v2 (Authenticated)

    bash
    curl -X POST https://api.plung.co/v2/shorten \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer your_api_key_here" \
      -d '{"url": "https://example.com", "alias": "my-link"}'

    The response includes your new shortcode and its ready-to-share URL.

    PreviousIntroductionNextAuthentication

    Product

    • About Us
    • Blog
    • Developers

    Features

    • URL Shortening
    • Custom Aliases
    • QR Codes
    • Password Protection
    • Link Analytics
    • Link Expiration

    Legal

    • Privacy Policy
    • Cookies Policy
    • Terms of Service
    • Acceptable Use Policy

    Support

    • Contact Us
    • Report Abuse

    © 2026 Plung

    All Rights Reserved