Skip to main content
This page provides detailed definitions of response fields for the GET/Submission API.

Response Field (ID Document)

Signals Object and Confidence

Auxiliary data generated during submission processing is returned under the signals object.

Confidence Object (signals.confidence) ⭐ NEW

Object that provides OCR recognition confidence scores. It includes a confidence score (0.0 ~ 1.0) per category. These values correspond to the per-field confidence shown in the dashboard submission detail view.

signals.confidence.finalData

Confidence scores for the final data used in Argos Score calculation.

signals.confidence.ocrData

Confidence scores for OCR-extracted data.

signals.confidence.ocrExtractedData

Confidence scores for data extracted directly from the source by the OCR engine.
The ocrExtractedData property is not returned for Korean national ID cards and driver’s licenses.
Additional fields extracted by the OCR engine may be included.
  • All confidence values are numbers in the range 0.0 ~ 1.0.
  • Fields are included conditionally based on data presence and confidence values.

Response Field (Knowledge-based)

Camera Process Type Details

Additional data generated during the process is returned under the signals object. The type field in the signals.cameraProcessInfo array indicates the method used by the user to submit images at each process stage.
Process types that define how ID document images are captured.

1.1 ID Document Front (ProcessIdCardFront)

Defines the method for capturing the front of an ID document.

1.2 ID Document Back (ProcessIdCardBack)

Defines the method for capturing the back of an ID document.
Process types that define how face images are captured for authentication.

2.1 ID Document Face Authentication (IdDocumentFace)

Defines the method for capturing a face image to compare with the face registered on the ID document.

2.2 Knowledge-Based Face Authentication (KnowledgeFace)

Defines the method for capturing a face image to compare with previously registered face information.
The signals.cameraProcessInfo array sequentially records all process stages the user went through during submission. You can track the user’s submission journey through the start time, end time, and error information of each process.