API-first document forgery detection

Identify forged documents in under 3 seconds.

POST a document image. Get a forgery probability score. No contracts, no redirects, no minimum spend. Built for developers who ship onboarding flows, not procurement teams.

$0.05/check · No credit card required

terminal
$

The problem

Document fraud is getting easier. Catching it is not.

Generative AI has made forging government IDs trivially cheap. The tools that detect forgeries are priced for banks, not for the platforms that actually need them.

$10K+ just to verify a document

Jumio and Onfido lock document verification behind enterprise contracts with $50K annual minimums. Your 20-person HR platform cannot justify that spend to verify contractor IDs.

Redirect-based sessions kill conversion

Every competitor forces your user out of your onboarding flow into a third-party identity session. You lose 30% of applicants at that redirect.

Manual review does not scale

Your HR coordinator eyeballs uploaded IDs and hopes for the best. Generative AI can now produce synthetic passports that pass a human glance in under a minute.

How it works

Three steps. No SDK required.

Integrate in 10 minutes with any language that can make an HTTP request.

01

POST your document

Send a JPEG, PNG, or PDF via multipart or base64. One endpoint, one header, one line of curl.

POST /verify
Content-Type: multipart/form-data
Authorization: Bearer vs_live_...

--boundary
Content-Disposition: form-data;
  name="document";
  filename="id.jpg"
02

AI scores it in < 3s

Vision models analyze metadata, compression artifacts, font consistency, and pixel-level anomalies. No human in the loop.

Analyzing document...
├─ metadata_check     ✓  142ms
├─ compression_scan   ✓  387ms
├─ font_consistency   ✓  294ms
├─ pixel_forensics    ✓  891ms
└─ score_aggregation  ✓   33ms
Total: 1,847ms
03

Get a structured score

A JSON response with forgery_score (0–1), confidence level, document type, and specific anomaly flags you can act on programmatically.

{
  "forgery_score": 0.12,
  "confidence": "high",
  "document_type": "passport",
  "flags": [],
  "verdict": "PASS"
}

Built by a principal engineer with 25+ years experience in identity verification and fraud detection systems.

SOC 2 ready architecture
Sub-3 second response times
Zero document storage
99.9% uptime target

Pricing

Start free. Pay as you grow.

No contracts. No sales calls. Every tier includes the same API — you only pay for volume.

Free

$0/month

100 checks/month. No credit card required.

  • 100 document checks per month
  • Single and batch endpoints
  • JSON forgery score response
  • Community documentation
  • 5 API keys
Get started

Starter

Recommended
$49/month

1,000 checks included. Overage at $0.10/check.

  • 1,000 document checks included
  • Webhook callbacks
  • Dashboard analytics
  • Priority support SLA
  • 20 API keys
  • 90-day audit log retention
Coming soon

Growth

$199/month

5,000 checks included. Overage at $0.08/check.

  • 5,000 document checks included
  • Everything in Starter
  • Configurable confidence thresholds
  • Spend cap alerts (email + Slack)
  • Bulk CSV upload
  • 1-year audit log retention
Coming soon

Pay-as-you-go also available at $0.05/check with no monthly fee.

FAQ

Common questions