1. Setup your Environment
Before making your first API call, you’ll need an active Veridox account and an API key.Create an Account
Follow our User Registration guide to sign up and receive administrator approval.
Generate an API Key
Once approved, log in to your regional dashboard (uk.veridox.ai or ca.veridox.ai):
- Navigate to Settings.
- Select the Organisation tab.
- Provide a Name and Expiry Date for the key.
- Click Generate API Key.
- Copy and securely store your key — it will only be shown once.
Verify Connectivity
Use the Authentication Status endpoint to ensure your key is valid and you can reach our servers.
2. Process your First Document
The core Veridox workflow involves creating a case, uploading your document, and retrieving the forensic results.Create a Case Container
Initialise a new verification case. This generates a secure, pre-signed upload URL for your file.
Case labels must be unique per user (case-insensitive), so pick a label that you are not already using.
Upload the Document
Upload your document directly to the
sas_url provided in the previous step using an HTTP PUT request.