curl --request PUT \
--url https://api.artemis.cynopsis.co/api/customer/{customerId}/document/{documentId}/ocr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Domain-ID: <x-domain-id>' \
--data '
{
"error": "<string>",
"result": {
"race": "<string>",
"gender": "<string>",
"status": "<string>",
"address": "<string>",
"domicile": "<string>",
"employer": "<string>",
"full_name": "<string>",
"full_name2": "<string>",
"last_name": "<string>",
"birth date": "2023-12-25",
"final hash": "<string>",
"first_name": "<string>",
"identifier": "<string>",
"issue_date": "2023-12-25",
"profession": "<string>",
"expiry date": "<string>",
"expiry_date": "<string>",
"nationality": "<string>",
"date_of_birth": "<string>",
"document_type": "<string>",
"optional_data": "<string>",
"ignored_fields": [
"<string>"
],
"missing_fields": [
{}
],
"mrz_raw_string": "<string>",
"birth date hash": "<string>",
"document_number": "<string>",
"issuing_country": "<string>",
"passport_number": "<string>",
"country_of_birth": "<string>",
"expiry date hash": "<string>",
"optional data hash": "<string>",
"personal_id_number": "<string>",
"valid country code": "<string>",
"valid genre format": "<string>",
"document number hash": "<string>",
"document type format": "<string>",
"optional data format": "<string>",
"passport_expiry_date": "<string>",
"document number format": "<string>",
"valid nationality code": "<string>"
},
"task_id": "<string>",
"description": "<string>",
"status_task": "<string>"
}
'{
"id": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"createdBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
},
"updatedBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
},
"customerId": 123,
"frontName": "<string>",
"backName": "<string>",
"type": "<string>",
"number": "<string>",
"authenticity": "<string>",
"issueDate": "2023-12-25",
"expiryDate": "2023-12-25",
"showExpiryNotification": true,
"front": "<string>",
"back": "<string>",
"docverCheckStatus": "PERFORMED",
"faceCompare": {},
"liveness": {},
"other": {},
"allowedDocumentFormat": true
}curl --request PUT \
--url https://api.artemis.cynopsis.co/api/customer/{customerId}/document/{documentId}/ocr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Domain-ID: <x-domain-id>' \
--data '
{
"error": "<string>",
"result": {
"race": "<string>",
"gender": "<string>",
"status": "<string>",
"address": "<string>",
"domicile": "<string>",
"employer": "<string>",
"full_name": "<string>",
"full_name2": "<string>",
"last_name": "<string>",
"birth date": "2023-12-25",
"final hash": "<string>",
"first_name": "<string>",
"identifier": "<string>",
"issue_date": "2023-12-25",
"profession": "<string>",
"expiry date": "<string>",
"expiry_date": "<string>",
"nationality": "<string>",
"date_of_birth": "<string>",
"document_type": "<string>",
"optional_data": "<string>",
"ignored_fields": [
"<string>"
],
"missing_fields": [
{}
],
"mrz_raw_string": "<string>",
"birth date hash": "<string>",
"document_number": "<string>",
"issuing_country": "<string>",
"passport_number": "<string>",
"country_of_birth": "<string>",
"expiry date hash": "<string>",
"optional data hash": "<string>",
"personal_id_number": "<string>",
"valid country code": "<string>",
"valid genre format": "<string>",
"document number hash": "<string>",
"document type format": "<string>",
"optional data format": "<string>",
"passport_expiry_date": "<string>",
"document number format": "<string>",
"valid nationality code": "<string>"
},
"task_id": "<string>",
"description": "<string>",
"status_task": "<string>"
}
'{
"id": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"createdBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
},
"updatedBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
},
"customerId": 123,
"frontName": "<string>",
"backName": "<string>",
"type": "<string>",
"number": "<string>",
"authenticity": "<string>",
"issueDate": "2023-12-25",
"expiryDate": "2023-12-25",
"showExpiryNotification": true,
"front": "<string>",
"back": "<string>",
"docverCheckStatus": "PERFORMED",
"faceCompare": {},
"liveness": {},
"other": {},
"allowedDocumentFormat": true
}Description: Manually put a new OCR result into Artemis via API.The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
customerId
documentId
OcrResultRequestDto
OK
Show child attributes
Show child attributes
PERFORMED, NOT_PERFORMED