Dectra
Available

Get started with Dectra

Complete identity verification solution with document validation, face recognition, and compliance reporting.

Get Started
from dectra_sdk import Client
 
client = Client(api_key="your_api_key")
result = client.verify.create(model="dectra-v3")
result.append(document("passport.jpg"))
result.append(face("selfie.jpg"))
 
response = result.process()
print(response.status)

Jump straight in

Try document, face, image, and compliance verification below

from dectra_sdk import Client
 
client = Client(api_key="your_api_key")
result = client.verify.create(model="dectra-v3")
result.append(document("passport.jpg"))
result.append(text("Extract and validate the fields"))
print(result.process())
BUILDING BLOCKS

Models

Specification cards for the document, face, and multimodal flows that power the product.

Document Verification

High-precision OCR, document authenticity checks, and structured extraction for identity workflows.

Context1 million tokens
Input$1.25 / 1M tokens
Output$2.50 / 1M tokens
ReasoningConfigurable ↗

Face Verification

Fast face matching and liveness-aware verification for onboarding and step-up authentication.

Context512k tokens
Input$1.25 / 1M tokens
Output$2.50 / 1M tokens
ReasoningLow-latency ↗

Compliance Intelligence

Risk scoring, audit trails, and compliance-ready reporting for regulated verification flows.

Context1 million tokens
Input$1.25 / 1M tokens
Output$2.50 / 1M tokens
ReasoningMultimodal ↗
RESOURCES

What to do next

The docs homepage stays focused, but these paths cover the rest of the workflow.

Compliance

Review policy checks, audit trails, and reporting workflows for regulated deployments.

Security

Understand key management, access control, and secure processing expectations.

Support

Find the handoff points for implementation help, troubleshooting, and account questions.

Quickstart