By · Last updated 2026-05-20

By · Last updated 2026-05-15

Docs / Credit System

Understanding the Token System

Tokens are the unit of usage on anonym.legal. Think of them as coins: every analyze, anonymize, or decrypt operation costs a small number, and you can see the exact cost before each run.

What is a token?

A token is a usage credit. We deduct a small number of units each time you scan for PII, swap in placeholders, or restore the originals. You always know the cost up front. You only pay for operations that succeed.

Heads-up: on anonym.legal the word “token” means two different things. This page is about billing credits — the credits you spend on operations. Elsewhere on the site we also talk about tokenized PII, which is the technical placeholder (like <PERSON_1>) that replaces a name in your text. Those are not billing units, and you don’t pay for them directly.

At a glance

  • Free
    200/cycle
    Enough to try the platform on a few small documents.
  • Basic — €3 / month
    1,000/cycle
    Comfortable for occasional document anonymization.
  • Pro — €15 / month
    4,000/cycle
    Regular processing across many documents.
  • Business — €29 / month
    10,000/cycle
    Heavy daily use, batch jobs, and API integrations.

Unit allocations reset at the end of each billing cycle (30 days for Free, 31 days for paid plans). Unused credits do not roll over.

What spends tokens?

Analyze

Scan text and report what PII is in it. The most common operation.

Anonymize

Detect PII and transform it (replace, redact, mask, hash, or encrypt). Costs a bit more than analyze.

Decrypt

Restore originals from encrypted output. Cheaper than analyze.

AI Entity Creation

Generate a custom entity recognizer with AI. Flat 50 units per request.

Free actions: checking your token balance and getting a cost estimate cost zero credits. You can preview the price before any paid call.

Real costs by document size

Measured on English text with dense PII (the entity count is what the analyzer actually found). These are the numbers your account is charged in production:

CharactersEntities foundAnalyze tokensAnonymize tokensTotal tokens
1033
181336
283437
554437
20010437
50026549
1,000496511
5,000240171532
10,000478322759
50,0002,381147126273
50,000197381755

Rule of thumb: For short inputs the analyze charge floors at ~4 tokens (driven by the base cost plus ~0.1 token per enabled entity type). Above 1 000 characters at GUI defaults the cost scales at roughly 1 token per 312 characters.

These numbers are auto-derived from the production test suite — they update whenever the test JSONL reports are regenerated and pass replay.

Cost calculator

Estimate exactly what your workload costs. Same formula the live web app charges — verified against 381 production test rows. Edit the inputs; the breakdown and plan quote update live.

1Volume
2,000
2Content

Sparse ≈ marketing copy (~3 hits/1K chars). Typical ≈ business memo (~10/1K). Heavy ≈ medical record or HR file (~50/1K).= 20 PII items per document

3Operations
Per document
Analyze
5
Anonymize / Encrypt
4
Decrypt
MCP detokenize
Total per document9
Per billing cycle
Documents50
× tokens / document9
= tokens this cycle450
What each plan costs you
Free
Free plan has no top-ups — pick a paid plan or reduce volume.
BasicBest fit
Monthly€3
Top-up neededFits without top-ups
Total / cycle3

550 tokens left in cycle

Pro
Monthly€15
Top-up neededFits without top-ups
Total / cycle15

3,550 tokens left in cycle

Business
Monthly€29
Top-up neededFits without top-ups
Total / cycle29

9,550 tokens left in cycle

Does the operator matter?

Replace, redact, hash and mask all cost the same. Encrypt costs more because every encrypted entity adds the 0.8 × encryptCount term to the apply step — about 3× higher at the 160-character input below, shrinking to ~1.2× at 50 000-character documents (where the per-character term dominates). All rows below use the exact same 160-character input + 14 selected entity types.

OperatorWhat it doesTokens
encryptAES-256-GCM (reversible with your key)9
hashOne-way SHA-256/512 hash3
maskPartial masking like John ****3
redactBlack out (permanent removal)3
replaceSwap PII for a placeholder like <PERSON_1>3

Replace, redact, hash and mask all cost the same — pick whichever fits your privacy goal. Encrypt costs ~3× more at this input size because it adds the 0.8 × encryptCount term.

Does language matter?

Characters and detected entities drive cost, not language. The table below shows the same content — a name, email, and phone number — across all 48 supported languages. Every variant lands at the same token cost when chars and entity filter match. Character counts still vary widely between scripts, since CJK languages encode the same information in fewer characters.

LanguageCharactersEntitiesAnalyzeAnonymize
zh70443
ja84543
ko89133
ar123743
he123543
bg132543
ru132643
mk135543
it136743
sr136843
hr137543
nl137643
pl137343
hi138343
sl138643
th138543
lv139843
sv141643
is1421043
sk142743
tr142643
ro143543
uk143543
es144743
fa144543
nb144543
cs145843
da145643
de145643
et145643
fr145743
pt145643
lt146543
ur146243
en148743
af149443
fi149643
sw1491043
hu150643
vi151543
ca152743
hy152543
id154643
bn158343
ms160943
el163643
eu163643
tl1631043
Decrypt is the cheapest operation.

Restoring originals from a 26,459-character encrypted payload with 188 PII items cost only 13 tokens. If you anonymize-then-decrypt to recover PII for an authorized viewer, the decrypt step is a small fraction of the total.

Running low? Top-ups

On paid plans you can buy extra credits mid-cycle. Free plan users don’t have top-ups — upgrade to Basic to enable them.

PlanTokens per €1Effective rate
Basic250€0.40 / 100 credits
Pro300€0.33 / 100 units
Business350€0.29 / 100 credits

Top-up credits expire at the next cycle reset. They don’t roll over either.

Check the cost before you run

  • In the web app, the cost preview appears next to each operation button.
  • In the API, hit the /api/mcp/balance endpoint or the MCP anonym_legal_estimate_cost tool — both are free.
  • Your current balance and recent usage are always visible in Settings → Account.

Quick questions

Do unused units roll over?
No. Allocations and top-ups both reset at the end of each cycle.
What happens if I run out mid-task?
The next call returns a 402 with the exact shortfall. Buy a top-up or wait for the cycle to reset.
Do failed operations cost credits?
No. Tokens are only deducted after an operation succeeds.
Does the choice of operator change the price?
Replace, redact, mask, and hash all cost the same. Encrypt is the only exception — it adds 0.8 × encryptCount to the apply step, making it ~3× more expensive at small inputs (and ~1.5× at large documents where the per-character term dominates).
Why are some operations cheaper than others?
Analyze and anonymize do detection work (the expensive step). Decrypt only walks the saved mapping, so it’s much cheaper.

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.