The easiest way to monetize your API with usage based billing

Low-latency, edge authentication, hourly analytics insights, and direct Stripe integration for effortless API monetization. Designed for Simplicity and Performance. Sub 100ms API authentication and scalability to handle millions of requests per second.

a
b
c

Optimised For Simplicity And Performance

  • Step 1: Create AccountLogin
  • Step 2: Call Usage API
    async fetch(request, env) {
    // validate request
    const result = await authAndRecordUsage(env.API_KEY, {
    usageStoreId: "my-usage-store",
    usageAmount: 1,
    })
    if (!result.authenticated) {
    return new Response("ur not authenticated. LOL", { status: 401 });
    }
    // process request
    }
  • Step 3: Display Data
  • Optional Extra: Connect stripe for automated stripe usage recording

Simple Pricing

$1

/ 50K endpoint calls

First $10 free

    Available endpoints:
  • /auth
  • /auth-and-record-usage
  • /create-usage-store
  • /get-usage-data

Social Proof - Chat GPT Approved

  • Chat GPT saying the product is 'good'