Skip to main content
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, identity
integer
Deepfake probability score (0–100).
integer
Impersonation probability score (0–100).
string
authentic | suspect | deepfake | impersonation
array
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

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

subject_ref
string
required

Subject reference from the scan request

Response

Scan results

subject_ref
string
verdict
enum<string>
Available options:
authentic,
deepfake,
inconclusive
confidence
number
scans
object[]