Developers
Verification as an API call
Wire forensic verification into onboarding, claims intake or KYC review without changing how your team works.
Endpoints
POST/v1/verificationsUpload a file and start a verification
GET/v1/verifications/:idFetch status, scores and findings
GET/v1/verifications/:id/reportDownload the PDF forensic report
POST/v1/escalationsEscalate a case to expert review
GET/v1/usageCredit balance and consumption
Quick start
curl https://api.flagfake.com/v1/verifications \ -H "Authorization: Bearer $FTCHECKER_API_KEY" \ -F "file=@statement.pdf" \ -F "document_type=bank_statement"
Responses return the verdict, confidence score, per-detector findings and a report URL. Long-running escalations notify your endpoint over webhooks.
Built for production workloads
Auth
Scoped API keys
Per-environment keys with rotation, IP allow-lists and role-based scopes.
Events
Webhooks
Signed callbacks for completion, escalation and expert verdicts.
Scale
Bulk submission
Batch endpoints and rate limits sized to your verification volume.