Live API demo

See usage-based billing happen, one request at a time

Play API Rush. Move the B to shoot down incoming requests. Serving them is free, but any that crash into your endpoint fire a real POST /meter-event and bill as usage. Watch your allowance, overage and unbilled total move in real time, on the same endpoints you'd wire into your own product.

API Rush

API Rush

Requests are flooding your endpoint. You are the B, and you fire automatically. Move to shoot down each request before it slips past. Serving requests is free; any that crash into your endpoint bill as usage through the BillingServ API.

Move with AD or , or just move your mouse. Firing is automatic.

Lives100 left
Crashes queued to bill: 0
Score0
Served0
Wave1
Combo×1
Press Start round to begin. Requests that crash into your endpoint are batched and metered through the BillingServ API every couple of seconds.

Leaderboard

Top 10

    Live Logging

    Included allowance-
    Used-
    Remaining free-
    Overage qty-
    Unit price-
    Unbilled amount-
    GET list order usage meters
    {
      "success": true,
      "data": []
    }
    POST /meter-event · live batch
    // crashes queue here and bill every 2s

    Three endpoints, zero cron jobs

    How usage-based billing works on BillingServ

    The demo above uses the same production API you'd call from your app. Meter an event, read the live balance, and let BillingServ roll overage into the next invoice.

    1

    Meter every event

    Fire one call whenever something billable happens: an API request, a gigabyte transferred, a seat added. It lands instantly and is safe to retry.

    POST /meter-event
    2

    Read the live balance

    Ask for the included allowance, overage, remaining free and current unbilled amount any time. It's everything you need for customer dashboards and usage alerts.

    GET /meter/{customer_id}/get/{order_id}
    3

    Bill overage automatically

    Anything above the allowance is priced per unit and added to the next invoice. No reconciliation scripts, no month-end scramble.

    Invoiced at your per-unit rate
    Usage-based billing

    Bill for exactly what your customers use

    Meter anything, set allowances, price the overage and invoice automatically. Start free, no card required.

    14-day free trial. No card required to get started.