Pricing

Every activity costs credits. Every caller gets free credits every week — buy a pack when you need more. One-off purchase via Stripe, no subscription, credits never expire.

Free, every week

No card. Sign in free on the site; the API needs no account.
50credits/week

Anonymous, per IP — the API and MCP channel.

50credits/week

Signed in, or with a free API key.

Free credits reset at the start of each week (Monday 00:00 UTC) and don't accumulate. Buy a pack only if you need more than the free allowance.

Credit charging isn't enforced yet — costs are shown on every response now so integrations can prepare.

Credit packs

One-off purchase. No subscription, no auto-renewal, credits never expire.

Starter
$5one-off
500 credits
1.00¢ per credit
  • 500 AI text checks
  • 500 pages of field extraction
  • 250 fact checks
  • 50 deep document verifications
Most popular
Builder
$20one-off
2,500 credits
0.80¢ per credit
  • 2,500 AI text checks
  • 2,500 pages of field extraction
  • 1,250 fact checks
  • 250 deep document verifications
Scale
$50one-off
7,500 credits
0.67¢ per credit · best rate
  • 7,500 AI text checks
  • 7,500 pages of field extraction
  • 3,750 fact checks
  • 750 deep document verifications

What each activity costs

Reference values; the API is authoritative.

Rows marked per page are charged for each page read, so a one-page receipt costs one credit and a ten-page statement costs ten. Cap it with max_pages, and you are never charged for more pages than the document actually has.

Rows marked per document or per section work the same way: each one is a separate read, so a three-document identity check costs three. A call that abstains before reading anything — text that isn't prose, a checklist that doesn't validate — costs nothing at all.

ActivityCredits
AI text detection1per prose section
Field extraction1per page
Identity check (100-point)1per document
Fact check2
Document verification2
Adverse-media screening3
Document-pack completeness1per document
Fact check — deep (sources fetched & judged)5
Document verification — deep (images / full visual forensics)10
Cache check (already verified?)0
Result retrieval0
Sandbox calls, repeat verifications of an identical document, result reads, feedback0

Questions

Do credits expire?
Purchased credits never expire. Free credits reset at the start of each week (Monday 00:00 UTC) and do not accumulate — an allowance, not a balance.
Which gets used first?
Your free credits, always. Your purchased balance is only drawn once the free allowance can't cover a call, so a light week costs you nothing.
What happens when I run out?
The API answers 402 with the credit cost of the call and a link here. Nothing is charged, nothing is queued — retry after buying credits or after the next week.
Can I get a refund?
Unused credits are refundable within 30 days — see the refund policy. Spent credits are not, since the work was performed.
Do I need an account?
The API and MCP work anonymously with free credits every week. Running checks on the website uses a free Google sign-in, and an account or free API key is what holds a balance, because credits have to attach to an identity.
How do credits work over the API and MCP?
Identically. Send your key as Authorization: Bearer and every REST or MCP call draws on the same balance. Each response carries Credits-Cost and Credits-Balance headers.