Get ∀Docs
GET/api/v8/partner/any-documents
Get ∀Docs
Request
Query Parameters
Return documents containing these tags.
Return documents with this meta.external_id.
Return documents created after this date and time in ISO 8601 format.
Return documents created before this date and time in ISO 8601 format.
Return documents created beginning at this date and time in ISO 8601 format.
Return documents created on and before this date and time in ISO 8601 format.
Return documents updated after this date and time in ISO 8601 format.
Return documents updated before this date and time in ISO 8601 format.
Return documents updated beginning at this date and time in ISO 8601 format.
Return documents updated on and before this date and time in ISO 8601 format.
Default value: 1
The page number. The response is capped to maximum of 50 results per page.
Default value: 50
The number of Documents per page.
A field used to determine whether or not to return bounding_box and bounding_region
for extracted fields in the Document response.
A field used to determine whether or not to return the score
and ocr_score
fields in the Document response.
Case sensitive. Return documents with this text or any extracted fields matching the value. Use asterisk for partial matches, e.g. q=Walmart* will return documents with either Walmart in ocr text or any extracted field containing Walmart.
Whether to always return accurate count of results, true
makes it slower.
The name of the extraction blueprints.
Deprecated.The name of the extraction blueprints.
Responses
- 200
A list of ∀Docs
- application/json
- Schema
- Example (from schema)
Schema
- API_V8_PARTNER_ANYDOCUMENTS_LISTRESPONSESCHEMA
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
- ]
The total number of results retrieved across all pages.
The URL to the next page of results.
The URL to the previous page of results.
results object[]required
The collection of processed ∀Doc documents
Possible values: non-empty
A custom identification value. Use this if you would like to assign your own ID to documents. This parameter is useful when mapping this document to a service or resource outside Veryfi.
meta object
Possible values: non-empty
A custom identification value. Use this if you would like to assign your own ID to documents. This parameter is useful when mapping this document to a service or resource outside Veryfi.
pages object[]
Possible values: <= 1
The average OCR score of the page.
The width of the page.
The height of the page.
Possible values: non-empty
Default value: ``
Tags associated with the document.
Possible values: <= 1
The average OCR score of the whole document.
Possible values: non-empty
The version of the model used to process the document.
device_data ResponsesDeviceData
device data containing uuid
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Device unique identifier
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
User unique identifier, like a digital fingerprint (hashed login) used to access the app where they upload their documents. Used in fraud detection.
duplicates object[]
An array of duplicate documents found in the system.
The id of the duplicate document.
Possible values: non-empty
and <= 2083 characters
The url of the duplicate document.
Possible values: <= 1
How close is the match
fraud AnydocFraud
An object that contains additional information to help check for fraud.
Possible values: <= 1
Confidence of Fraud Detector in it's prediction
Possible values: [green
, yellow
, red
]
Color from Fraud Detector: green means legitimate, yellow means review needed and red means fraud
Possible values: [LCD photo
, screenshot
, fraudulent pdf
, not a document
, generated document
, multiple profiles or devices
]
List of attributions which marked the document as fraud
pages object[]
An array containing fraud info about each extracted page
is_lcd ClassBoolField
Possible values: <= 1
The score shows how confident the model is that the predicted value
belongs to the field. See confidence scores explained for more information.
The extracted value.
flags object[]
List of flags which marked the document as fraud
Possible values: <= 1
The score shows how confident the model is that the predicted value
belongs to the field. See confidence scores explained for more information.
Possible values: non-empty
handwriting object[]
An array containing handwriting info about each extracted page
Possible values: >= 8
, <= 8
Bounding region of the artifact in [x1,y1,x2,y2,x3,y3,x4,y4] format
Possible values: non-empty
Type of the artifact
digital_tampering object[]
An array containing digital tampering info about each extracted page
Possible values: >= 8
, <= 8
Bounding region of the artifact in [x1,y1,x2,y2,x3,y3,x4,y4] format
Possible values: non-empty
Type of the artifact
Possible values: non-empty
and <= 2083 characters
A signed URL to access the auto-generated PDF created from the submitted document. This URL expires 15 minutes after the response object is returned and is resigned during every GET request.
The unique number created to identify the document.
Possible values: non-empty
and <= 2083 characters
A signed URL to access the auto-generated thumbnail created for the submitted document. This URL expires 15 minutes after the response object is returned and is resigned during every GET request.
The text returned from converting the document into a machine-readable text format.
Possible values: non-empty
The blueprint name which was used to extract the data. Sample blueprints: [ "auto_insurance_card", "bill_of_lading", "flight_itinerary", "goods_received_note", "incorporation_document", "incorporation_document_latam", "indian_passport", "latam_passport", "prescription_medication_label", "product_nutrition_facts", "restaurant_menu", "shipping_label", "uk_drivers_license", "us_driver_license", "us_health_insurance_card", "us_passport", "vehicle_registration", "vendor_statement", "work_order"]
Possible values: non-empty
Deprecated. The blueprint name which was used to extract the data. Same as blueprint_name.
{}