Skip to main content
POST
Create Workflow
Creates a new workflow for your organization. Workflows define the ordered sequence of verification steps that applicants must complete. Currently supported steps: ID_VERIFICATION, FACE_LIVENESS, AGE_ESTIMATION, PEP_SANCTIONS, ADVERSE_MEDIA.

Request

Headers

Body parameters

Available Steps

Step Configuration

Each step accepts optional configuration. If omitted, sensible defaults are applied.

ID_VERIFICATION config

FACE_LIVENESS config

AGE_ESTIMATION config

PEP_SANCTIONS / ADVERSE_MEDIA

No configuration options. These steps use default settings.

Fraud Analysis & Escalation

The ID_VERIFICATION step supports optional fraud analysis and conditional escalation. When fraud analysis is enabled, submitted IDs are evaluated synchronously for tampering and fraud signals before the session completes. Fraud analysis only — enable analysis without triggering an extra verification step:
Fraud analysis with NFC passport escalation — when the fraud risk score meets or exceeds the threshold, the applicant is prompted for a Passport NFC Scan:
Setting escalation_type to a value other than none implicitly enables fraud analysis. You do not need to set enable_fraud_analysis separately.

Example request

Response

201 — Created

Returns the full workflow record. The response uses the same format as Retrieve Workflow.

Error responses