Developers
API Reference
The Veridexa REST API is organized around verifications, extractions, and workflows. All requests use HTTPS, JSON, and bearer authentication.
Base URL
https://api.veridexa.io/v1
Authentication
Include your secret API key in the Authorization header of every request.
Authorization: Bearer sk_live_...
Core endpoints
POST/verifications
Create a new verification from an uploaded document.
GET/verifications/{id}
Retrieve a verification and its signed report.
POST/extractions
Run OCR and structured extraction without a full verification.
GET/workflows
List active workflows in your organization.
POST/webhooks
Register a webhook endpoint for verification events.
Full docs
For request/response schemas, error codes, and language guides, see the developer documentation.