API ACCESS · PAY-AS-YOU-GO CREDITS

Buy credits.
Submit via API.

unflagdomain has a public API for agencies, hosting providers, and tools that manage many domains. Buy a pack of dispatch credits up-front through a Stripe link, we top up your balance, and your API key submits domains against it — one credit per delivered dispatch.

we reply with a Stripe link + sandbox key, usually within 2 business days
// HOW IT WORKS

Three steps. Then keep going.

01$ buy

Buy a credit pack

You email us with rough volume. We send a Stripe Payment Link for the pack you want, you pay once, and we top up your account balance.

02$ submit

Submit domains via the API

Your API key authenticates each call. Scans are free; submitting a domain for dispatch reserves a credit that only commits if we actually send at least one removal email.

03$ reuse

Top up when you run low

GET /credits any time. When the balance gets thin, ask for another pack — same Stripe link flow. No subscription, no monthly minimum.

// PACKS

Common pack sizes.

We'll price your pack when you ask — bigger volumes get a better per-credit rate. The website rate (€39 per domain) is the ceiling, never the API price.

PACK10 dispatches

a few client domains, kicking the tyres

POPULARPACK50 dispatches

an agency handling steady cleanup work

PACK200 dispatches

high-volume hosting / SIEM integrations

// need a custom volume or a sandbox key first? email us

// ENDPOINTS

What your API key can call.

Only /dispatch spends a credit, and only after we've actually started sending removal emails. Everything else is free.

POST/scan
query the blocklists for a domainfree — no credit charge
POST/dispatch
submit a scanned domain for dispatch1 credit on success
GET/domains/:id/tasks
read live per-vendor dispatch statusfree
GET/credits
check your remaining balancefree

// exact request/response shapes + auth header are in the partner doc we send with your sandbox key

// CREDIT RULES

When a credit is — and isn't — spent.

SCAN A DOMAINfree · no credit charged
DISPATCH · DOMAIN HAS FLAGS1 credit charged
DISPATCH · ZERO FLAGS FOUND0 credits · auto-released
DISPATCH · ALL VENDORS UNDISPATCHABLE0 credits · auto-released
DUPLICATE SUBMISSION0 credits · idempotent
DISPATCH FAILURE ON OUR SIDE0 credits · released, support contacted

// same 'only pay when we deliver' invariant as the public €39 flow — credits behave the same way

// USE CASES

Who tends to ask.

Agencies

Manage delisting for many client domains. Scan in bulk, submit only the ones with flags, surface live status in your own dashboard.

Hosting providers

Offer delisting as a post-incident step after a customer cleans up. Trigger dispatch from your abuse tooling.

Monitoring & SIEM

Add a 'remove from blocklists' action next to your alert when a customer asset shows up on a vendor feed.

// IN YOUR EMAIL

Three lines and we send back what you need.

  • Who you are (company, role, country if EU-relevant).
  • Rough volume — how many dispatches per month, and whether you want to start with a sandbox key.
  • Which pack you want, or 'recommend one'.

// we reply with a Stripe Payment Link for the pack, a sandbox API key you can test against for free, and the exact request/response shapes
// no NDA needed for a first conversation