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.Anonymous, per IP — the API and MCP channel.
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.
- 500 AI text checks
- 500 pages of field extraction
- 250 fact checks
- 50 deep document verifications
- 2,500 AI text checks
- 2,500 pages of field extraction
- 1,250 fact checks
- 250 deep document verifications
- 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.
| Activity | Credits |
|---|---|
| AI text detection | 1per prose section |
| Field extraction | 1per page |
| Identity check (100-point) | 1per document |
| Fact check | 2 |
| Document verification | 2 |
| Adverse-media screening | 3 |
| Document-pack completeness | 1per document |
| Fact check — deep (sources fetched & judged) | 5 |
| Document verification — deep (images / full visual forensics) | 10 |
| Cache check (already verified?) | 0 |
| Result retrieval | 0 |
| Sandbox calls, repeat verifications of an identical document, result reads, feedback | 0 |
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
402with 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: Bearerand every REST or MCP call draws on the same balance. Each response carriesCredits-CostandCredits-Balanceheaders.