Skip to main content
POST
/
v1
/
facematch
curl
curl -X 'POST' \
  'https://production.deepvue.tech/v1/facematch' \
  -H 'accept: application/json' \
  -H 'Content-Type: multipart/form-data' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>' \
  -H 'x-api-key: YOUR API KEY' \
  -F '[email protected];type=image/jpeg' \
  -F '[email protected];type=image/jpeg'
{
"code": null,
"timestamp": 1710444590759,
"transaction_id": "string",
"sub_code": "SUCCESS",
"message": "string",
"data": {
"match": true,
"confidence": null
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Body

multipart/form-data
file_a
file
required
file_b
file
required

Response

Successful Response