Usage

This API is used to process the full onboarding journey, which comprises both the ID verification step and the selfie verification step in a single request. It ensures that both steps are completed and returns a unique journey_id to track the verification process.

Base URL by Region

The base URL you should use depends on the region where your services are hosted. Below are the available URLs for each region. By default, the EU region URL is used.

Authentication

For detailed authentication instructions, refer to the API Credentials and Authentication page.

Request Model

This API requires a POST request with the following parameters in the request body:

Input ParameterDescription
flow_idType: string (required)
The unique identifier for the verification flow.
reference_noType: string (required)
The reference number associated with this verification request.
id_frontType: file (required)
The image file for the front side of the document.
id_backType: file (optional)
The image file for the back side of the document. If the document does not have a back side, this parameter can be omitted.
selfieType: file (optional)
The image file for the user's selfie.

Response Model

Output ParameterDescription
successType: bool
Indicates whether the request was successfully processed.
journey_idType: string
The unique identifier for the verification journey. You can use this journey_id to retrieve processing results via the Get Journey Result API.

Error Handling

To effectively handle errors from this API, refer to our comprehensive Error Handling Guide. This page provides detailed explanations of error codes, their meanings, and best practices for handling them in your integration.

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!