π·Jobs
The endpoints that are use for facial and document verification are asynchronous. Use the endpoints in this section to consult their result.
Status
Description
Code
Start Job
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"result": "62a736d6de4b359377f73450" //Job ID
}{
"code": 404,
"result": {
"msg": "No workflow found by name: <workflow_name>"
}
}{
"code": 500,
"result": {
"msg": "Invalid payload. It must contain 'faceA', 'faceB' and 'threshold'."
}
}Get by ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?