Documents
VerifAI Docs - File manipulation detection - NEW (PF99)
Returns information about digital manipulations in files, such as social contracts, invoices, receipts, etc., through metadata analysis. For greater accuracy, it is recommended to send files in PDF format.
Section: pfVerifaiDocs
Required files: Any file in .pdf, .jpg, or .jpeg format
Optional parameter: CPF
message
String
Query result descriptive message
data
Array
A list with the analysis results for each submitted document
data[x].status
String
Status of the analysis
data[x].analysisTime
String
Timestamp of analysis
data[x].queryId
String
Internal ID of the analysis
data[x].sha256
String
Sha256 of the input file
data[x].fileType
String
Type of analyzed document
data[x].mimeType
String
Mime type of the input document : application/pdf
, image/jpeg
data[x].score
String
Fraud score produced by the document analysis: NORMAL
, TRUSTED
, WARNING
, HIGH_RISK
data[x].decision
String
Level of risk associated with the analyzed document: LOW_RISK
, MEDIUM_RISK
, HIGH_RISK
data[x].numPages
String
Number of pages in submitted document
data[x].fileName
String
File name
data[x].submissionId
String
Document unique identifier
data[x].reason
Object
Details object describing the reason for the decision
data[x].reason.subReason
Object
Details object describing the reason for the decision
data[x].reason.subReason.value
String
Reason label
data[x].reason.subReason.label
String
Reason description
data[x].sampleMetadata
Object
Metadata of an analyzed document
data[x].sampleMetadata.producer
String
Document produce
data[x].sampleMetadata.creator
String
Document creator
data[x].sampleMetadata.creationDate
String
Document creation date
data[x].sampleMetadata.modDate
String
Document modification date
data[x].sampleMetadata.author
String
Document author
data[x].sampleMetadata.title
String
Document title
data[x].sampleMetadata.keywords
String
Document keywords
data[x].sampleMetadata.subject
String
Document subject
data[x].indicators
Array of objects
Detailed information about the specific results of the analysis. This field contains detailed observations that the system was able to make about the file
data[x].indicators[x].type
String
Type of a quality indicator: RISK
, TRUST
, INFO
data[x].indicators[x].category
String
Category of indicator
data[x].indicators[x].title
String
Indicator title
data[x].indicators[x].description
String
Description of the indicator
data[x].indicators[x].origin
String
Indicator origin: fraud
, quality
data[x].documentClass
Object
The type of file submitted for analysis
data[x].documentClass.id
String
Document type ID
data[x].documentClass.type
String
Document type
data[x].documentClass.detailedType
String
Document type detailed
Last updated