Skip to main content

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.

Returns the latest scan result for the specified subject_ref. Use this to check the current deepfake and impersonation status of a previously scanned subject without re-running the scan.

Path parameters

subject_ref
string
required
The subject reference used when the scan was submitted — a URL, SHA-256 hash, attestation ID, or opaque identifier.

Response

scan_id
string
UUID of the scan result.
subject_ref
string
The subject reference that was scanned.
subject_type
string
Type of subject: image, video, document, attestation, identity
deepfake_score
integer
Deepfake probability score (0–100).
impersonation_score
integer
Impersonation probability score (0–100).
verdict
string
authentic | suspect | deepfake | impersonation
indicators
array
List of triggered indicators from the scan.
detection_model
string
Detection model used (e.g. heuristic_v1).
signal_id
string
UUID of the auto-ingested risk signal, if the score met the threshold (≥ 60).
attestation_id
string
UUID of the linked attestation, if one was provided during the scan.
created_at
string
ISO 8601 timestamp of when the scan was performed.