Skip to main content
PUT
/
api
/
customer
/
{customerId}
/
document
/
{documentId}
/
face-compare
updateFaceCompareResult
curl --request PUT \
  --url https://api.artemis.cynopsis.co/api/customer/{customerId}/document/{documentId}/face-compare \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Domain-ID: <x-domain-id>' \
  --data '
{
  "result": {
    "error": "<string>",
    "matched": true,
    "simiarity": 0.97788
  },
  "status": "<string>",
  "task_id": "<string>",
  "status_task": "<string>"
}
'
{
  "id": 123,
  "timestamp": "<string>",
  "status": 123,
  "error": "<string>",
  "exception": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Path Parameters

customerId
integer<int64>
required

customerId

documentId
integer<int64>
required

documentId

Body

application/json

FaceCompareResultDto

result
AresFaceCompareResultDto · object
status
string
task_id
string
status_task
string

Response

OK

id
integer<int64>
timestamp
string
status
integer<int64>
error
string
exception
string
message
string