Skip to content
    • Pricing
    • Developers
    Back to Blog
    announcement

    Plung Developer Platform Is Live

    2026-03-04·2 min read·Plung Engineering

    On this page

    • What Shipped
    • What Stayed the Same
    • How to Get Started
    • A Note on the Free Tier

    The Plung developer platform is live today. This release introduces our v2 API and a dedicated Developer Console to manage your integrations.

    What Shipped

    We deployed the following core components:

    • Developer Console: Available at plung.co/console. This is the control plane for your integrations.
    • API Key Management: You can now create, revoke, and manage per-project API keys directly from your dashboard.
    • Pricing Tiers: We now offer four plans: Free, Hobby, Indie, and Pro. These tiers balance resource usage across our infrastructure while providing reliable endpoints for production applications.
    • Rate Limits & Quotas: The v2 API enforces strict per-key rate limits and monthly request quotas based on your active plan.
    • Usage Dashboard: The console provides a real-time view into your API consumption so you know your exact request volume.
    • Billing Provider: We integrated Paddle to handle subscription billing. This supports global payment methods, including major credit and debit cards from Africa (e.g., Nigeria), Europe, and the US.

    What Stayed the Same

    The existing v1 API is completely unchanged.

    • The v1 endpoints remain free and unauthenticated.
    • It still operates strictly on IP-based rate limiting.
    • No existing integrations are broken. We will maintain v1 indefinitely.

    How to Get Started

    To begin using the authenticated v2 API:

    1. Go to plung.co/console and log in using GitHub or a magic email link.
    2. Navigate to the API Keys section and create a new key.
    3. Pass that key in the Authorization: Bearer ... header with your requests to /v2/shorten.
    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"}'
    

    A Note on the Free Tier

    The Free plan is free forever. It gives you 2,000 API calls per month, which handles basic URL shortening. If you are building a small personal project or testing our endpoints, the Free plan is enough.

    If your application requires custom aliases, link expiration control, password protection, or batch shortening endpoints, you will need to upgrade to a paid plan. Check the pricing page for the exact feature matrix.

    Share:

    Share Article

    Written by

    Plung Engineering

    ← PreviousIntroducing Plung API v2: Authenticated Endpoints and API KeysNext →Reserved Alias Protection: Engineering Trust and Brand Safety

    On this page

    • What Shipped
    • What Stayed the Same
    • How to Get Started
    • A Note on the Free Tier

    Related Articles

    P
    announcement

    Plung API Notice: Authorization Bearer Tokens Are Now Required for Current API Authentication

    Current authenticated Plung API requests must send API keys in the Authorization header using the Bearer scheme. This notice explains the change, the impact, and the required migration steps.

    2026-03-21·4 min read
    I
    announcement

    Introducing Plung API v2: Authenticated Endpoints and API Keys

    API keys, per-key rate limiting, and v2 endpoints for shorten, batch, QR, and stats are now available. Here's what changed and how to migrate.

    2026-03-02·6 min read
    v
    announcement

    v1.2 API Update: QR Code Generation Endpoint

    We are expanding the Plung Growth Tools suite with our new programmatic QR Code generation endpoint. You can now generate scannable, cached QR codes for your short links instantly.

    2026-03-01·2 min read

    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