Lead capture API · Open beta

Capture leads from any form

Send form submissions to one REST endpoint. Manage leads in your dashboard — no custom backend required.

form-submit.js
fetch("https://api.leadzy.com/api/leads", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "x-api-key": process.env.LEADZY_API_KEY
  },
  body: JSON.stringify({
    name, email, message
  })
});

Setup time

< 5 min

Per lead

1 token

Auth

API key

Everything you need to capture leads

A focused API with the features teams expect from a production lead pipeline.

Flexible schema

Known fields map to columns; everything else lands in metadata JSON automatically.

API-first

One POST endpoint with your API key — works from any framework or serverless function.

Fast at scale

PostgreSQL-backed storage with indexed queries for high-volume form traffic.

Secure by default

API key on every request, rate limits, and token billing so usage stays predictable.

Workflow

How it works

Three steps from form submit to qualified lead in your pipeline.

  1. Step 01

    Submit your form

    Visitors complete your contact, signup, or custom form on your site.

  2. Step 02

    POST to Leadzy

    Your server sends JSON with the x-api-key header — one token per lead.

  3. Step 03

    Manage in dashboard

    Filter, search, and update lead status from one workspace.

Pricing

Plans that scale with you

Monthly subscriptions include tokens and dashboard access. Top up anytime with one-time packs.

Monthly plans

Pick a tier for your volume. Upgrade or downgrade anytime.

100 tokens/mo2 API keys

Free

$0

100 tokens/month — perfect for testing

  • Lead dashboard
  • Status management
  • 2 lead sources (API keys)
  • Token top-ups
Most popular
1,000 tokens/mo5 API keys

Pro

$19/mo

1,000 tokens/month — for growing projects

  • Everything in Free
  • Basic analytics
  • 5 lead sources (API keys)
15,000 tokens/moUnlimited keys

Premium

$49/mo

15,000 tokens/month — for high-scale usage

  • Everything in Pro
  • Advanced analytics
  • Unlimited lead sources (API keys)
One-time top-ups

Token packs

Stack extra tokens on any plan — never expire.

Launch Pack

200tokens

$5

200 tokens — perfect for getting started

  • $0.025 per lead
Best value

Scale Pack

1,100tokens

$20

1,100 tokens — includes 10% bonus

  • $0.018 per lead
  • +10% bonus

Accelerate Pack

3,300tokens

$50

3,300 tokens — built for high growth

  • $0.015 per lead
  • +10% bonus

Dominance Pack

11,500tokens

$150

11,500 tokens — maximum scale & savings

  • $0.013 per lead
  • +15% bonus

Payments via Stripe. Tokens apply immediately after checkout.

Ready to capture your first lead?

Create an account, grab an API key, and wire up your form today. No credit card required to start.

  • Free tier with 100 tokens/month
  • API key ready in under 5 minutes
  • Works with any form or backend