POST /match/face

POST /match/face
application/json

Body

  • selfieFacePath
  • idCardFacePath

Responses

  • 200

    OK

  • 400

    Bad Request

  • 500

    Internal Server Error

POST /match/face
curl \
 --request POST 'http://localhost:3000/match/face' \
 --header "Content-Type: application/json" \
 --data '{"selfieFacePath":"any","idCardFacePath":"any"}'
Request examples
{
  "selfieFacePath": "any",
  "idCardFacePath": "any"
}