Retrieve a Liveness Check Result API

GET
/liveness_check
LIVE

Retrieves the status or final result of a liveness check using the token returned from the create endpoint. Idempotent and safe to poll. Returns 202 while the check is pending or in progress, 200 when complete (with result object), and 410 if the link expired without completion.

Example Request

GET
request.json
key Auth: BearerAuth
GET /liveness_check?token=u2Qe8C9vYl1kP4a7bD6fT3mN9xR5sZ0q

Request Schema

token
Required
string · (query)

Token from the create endpoint response.

Available Response Data

8 Data Points
01
monitor_heart

Status 200

result.passed boolean, result.confidence, result.threshold, result.checked_at timestamp

02
monitor_heart

result.bounding_box

optional bounding box for the detected face

03
monitor_heart

result.image

base64 data URI of the probe frame when retained

04
monitor_heart

result.audit_images

array of intermediate frame images with bounding boxes when requested at creation

05
monitor_heart

Status 202

still pending or in progress. Keep polling.

06
monitor_heart

Status 410

link expired without completion

07
monitor_heart

Status 400

invalid or unknown token

08
fingerprint

API reference UUID

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

update

Backend polling integration

Poll from a server-side worker with exponential backoff (start at 2 to 3 seconds and back off) until the check reaches a terminal status. Stop polling once HTTP 200 is received.

image

Audit image retrieval

Pull intermediate audit frames (within around 30 minutes of completion) for case review or compliance archival.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

help_center General

How long do audit images stay available?

add

Around 30 minutes after the check completes. After that, the same result is still returned, but without images.

help_center General

What's the lifecycle?

add

A check progresses through pending (created but not started), then in_progress (capture active), then complete / expired / failed (terminal). HTTP 202 is returned while pending or in_progress. HTTP 200 once complete. HTTP 410 if expired without completion.

help_center General

Should I trust the client-side redirect lc_token?

add

Never. Always validate the result via this authenticated GET call from your backend. The redirect parameter could be tampered with before reaching you.

Try it Live

API Testing Sandbox tag

Test the Retrieve a Liveness Check Result API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.