cURL
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>" }
The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
customerId
documentId
FaceCompareResultDto
Show child attributes
OK