Skip to main content
POST
/
api
/
v1
/
verification
/
dukcapilfacematch
Dukcapil Data Facematch
curl --request POST \
  --url https://{environment-subdomain}.idmetagroup.com/api/v1/verification/dukcapilfacematch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "date_of_birth": "12-06-1993",
  "name": "<string>",
  "nik": "<string>",
  "selfie_image": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD...",
  "template_id": "{your_trust_flow_id}",
  "verification_id": "{your_created_verification_id}"
}
'
{
  "status": "VERIFIED",
  "message": "OK",
  "result": {
    "success": true,
    "message": "Berhasil",
    "data": {
      "nik": true,
      "name": true,
      "date_of_birth": true,
      "selfie_image_percentage": "99.8",
      "liveness_result": null,
      "liveness_fail_message": "",
      "no_kk": null,
      "mother_maiden_name": null,
      "place_of_birth": true,
      "address": true,
      "gender": true,
      "marital_status": true,
      "job_type": true,
      "province": true,
      "city": true,
      "district": true,
      "subdistrict": true,
      "rt": true,
      "rw": true,
      "uuid": "f26c9465-9e81-4f58-980f-a94d42aa519d",
      "url": "",
      "reason_code": "0",
      "error_message": null
    }
  },
  "risk_rating": "LOW",
  "api_request_status": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.idmetagroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
date_of_birth
string
required

Date of birth of the individual.

name
string
required

Full name of the individual.

nik
string
required

Indonesian National Identity Number (16-digit NIK).

Required string length: 16
selfie_image
string
required

Selfie image used for facial biometric matching.

template_id
string
required

Identifier used to categorize or group requests for tracking or reporting.

verification_id
string
required

A unique ID used to identify your verification request.

Response

200 - application/json

Dukcapil facematch completed

status

Outcome flag; may be boolean or string (for example REJECTED).

message
string
result
object
risk_rating
string

Risk rating when returned by the API (for example HIGH).

api_request_status
integer