Returns the current status and verification results for a previously submitted document. When processing is complete, the response includes both the AI verdict and (if applicable) the human verdict, along with the associated truth claim and receipt identifiers.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
Path Parameters
The unique identifier of the document verification record. Format:
maip-doc:ULID.Response
The document verification record identifier.
The agent that submitted the document.
The classification of the document.
The original file name.
The SHA-256 hex digest of the document content.
Current processing status. One of: -
processing — document is being
analyzed - verified — document passed verification - disputed — document
has conflicting signals - rejected — document failed verification
(tampering, forgery, or invalidity detected)The AI model’s determination. One of:
authentic, suspicious, forged,
inconclusive. null while still processing.The AI model’s confidence in its verdict as a float between
0.0 and 1.0.
null while still processing.The human reviewer’s determination, if human review was triggered. One of:
authentic, suspicious, forged, inconclusive. null if not yet
reviewed or human review was not required.The identifier of the truth claim automatically created for this document
verification. Format:
maip-tc:ULID.List of receipt identifiers minted during the verification process. Typically
includes the verification receipt and, if applicable, the human review
receipt.
ISO 8601 timestamp of when the document was submitted.
ISO 8601 timestamp of the last status change.

