Get deepfake results
Risk Signals
Get deepfake scan results
Retrieve the most recent deepfake and impersonation scan result for a given subject reference.
GET
Get deepfake results
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
string
required
The subject reference used when the scan was submitted — a URL, SHA-256 hash, attestation ID, or opaque identifier.
Response
string
UUID of the scan result.
string
The subject reference that was scanned.
string
Type of subject:
image, video, document, attestation, identityinteger
Deepfake probability score (0–100).
integer
Impersonation probability score (0–100).
string
authentic | suspect | deepfake | impersonationarray
List of triggered indicators from the scan.
string
Detection model used (e.g.
heuristic_v1).string
UUID of the auto-ingested risk signal, if the score met the threshold (≥ 60).
string
UUID of the linked attestation, if one was provided during the scan.
string
ISO 8601 timestamp of when the scan was performed.
Authorizations
API key for machine-to-machine authentication
Path Parameters
Subject reference from the scan request

