This API can also verify the similarities of selfies and KTP image apart from Name, Birthplace, Date of Birth.

Request Parameters

Key ParametersData TypeDescription
public_access_tokenStringUnique Identifier token for clients, Also called as public_access_token
nikStringThe 16 digits of KTP number of the user
nameStringFull name of the user
birth_placeStringBirth Place (city) of the user
birth_dateString(DD-MM-YYYY)Birth Date of the user (DD-MM-YYYY)
imageString(Base64/String)Selfie image in Base64 encoded string converted from jpeg (max 500 kb)

Response Parameters

Key ParametersData TypeDescription
job_idStringUnique Id for request, It will help to map callback response

You can check the async(callback) response here.

Language
Click Try It! to start a request and see the response here!