Documentation
Build with Veridexa.
Everything you need to integrate forensic document verification into your product — quickstarts, SDKs, and a fully-typed API reference.
Quickstart
Verify your first document in under 5 minutes with a single API call.
Read more
API reference
Full REST reference for /verify, /documents, /cases, and /reports.
Read more
Webhooks
Receive real-time events when verifications complete or require review.
Read more
Security & privacy
Encryption in transit and at rest, regional data residency, and privacy-first architecture.
Read more
Quickstart
curl -X POST https://api.veridexa.io/v1/verify \ -H "Authorization: Bearer $VERIDEXA_API_KEY" \ -F "document=@passport.jpg" \ -F "type=passport"