Download OpenAPI specification:Download
encrypted
required
|
boolean
set to true if payload is encrypted and false if unencrypted |
file
required
|
string
<binary>
payload |
template
required
|
string
<string>
base64 encoded template |
{
-
"probability": 0.1,
-
"error":
"string",
-
"status_code":
"OK | ERROR"
}
encrypted
required
|
boolean
should be set to true if payload is encrypted and false if unencrypted |
payload
{
-
"template":
"string"
}
collection
required
|
string
target database collection. If collection does not exist, an error will be thrown |
templates |
Array of strings
|
{
-
"templates":
[
-
"string"
]
}
{
-
"record_ids":
[
-
"string"
]
}
collection
required
|
string
target database collection. If collection does not exist, an error will be thrown |
maxFaces |
integer
<int32>
Default:
1
maximum number of faces on the image |
encrypted
required
|
boolean
set to true if payload is encrypted and false if unencrypted |
payload
{
-
"record_ids":
[
-
"string"
]
}
encrypted |
boolean
Default:
true
should be set to true if payload is encrypted and false if unencrypted |
required
|
object
(EKycCheckModel)
|
face |
string
<binary>
face payload |
doc |
string
<binary>
document payload |
{
-
"face_result":
{
-
"results":
[
-
{
-
"type":
"PRESENTATION_ATTACK",
-
"pipeline":
"string",
-
"calibration":
"REGULAR",
-
"probability":
0.1,
-
"quality":
0.1,
-
"status_code":
"OK"
}
]
},
-
"doc_result":
{
-
"results":
[
-
{
-
"type":
"SCREEN_REPLAY_ATTACK",
-
"pipeline":
"string",
-
"calibration":
"REGULAR",
-
"probability":
0.1,
-
"quality_warnings":
[
-
"string"
],
-
"status_code":
"string",
-
"error":
"string"
}
]
},
-
"face_validation_result":
{
-
"probability":
0.1,
-
"error":
"string",
-
"status_code":
"OK | ERROR"
},
-
"face_search_result":
{
-
"results":
[
-
{
-
"collection":
"string",
-
"image_source":
"FACE",
-
"results":
[
-
{
-
"record_id":
"string",
-
"probability":
0.1
}
],
-
"status_code":
"OK"
}
]
}
}