curl --location --request POST 'https://api.veriflow.me/v2/face-search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userImage": "string",
"rotateImage": true,
"metadata": null,
"searchType": "most_similar"
}'{
"success": true,
"payload": {
"request": {
"id": "string",
"organizationId": "string",
"type": "string",
"status": "string",
"createdAt": "string",
"updatedAt": "string",
"cost": 0,
"info": {
"metadata": null,
"init": {
"userImage": "string",
"rotateImage": true,
"metadata": null,
"searchType": "most_similar"
},
"response": {
"status": "string",
"score": 0,
"sourceImage": "http://example.com",
"targetImage": "http://example.com",
"warnings": [
{
"feature": "string",
"risk": "string",
"additionalData": null,
"logType": "string",
"shortDescription": "string",
"longDescription": "string"
}
],
"userImage": {
"bestAngle": 0,
"entities": [
{
"age": 0,
"confidence": 0,
"gender": "string",
"bbox": [
0
]
}
]
},
"refImage": {
"bestAngle": 0,
"entities": [
{
"age": 0,
"confidence": 0,
"gender": "string",
"bbox": [
0
]
}
]
}
}
}
}
}
}