VerifySettings

On this page

VerifySettings data structure used as input parameters for Verify API method.

VerifySettings example
{
  "FileInfo": {
    "FilePath": "string",
    "StorageName": "string",
    "VersionId": "string",
    "Password": "string"
  },
  "Options": [
   {
           "SignatureType": "Text",
           "Page": 1,
           "Text": "John",
           "MatchType": "Contains"
        }
  ]
 }
VerifySettings fields
NameDescriptionAPI Version
FileInfo.FilePathThe path of the document, located in the storage. Required.
FileInfo.StorageNameStorage name
FileInfo.VersionIdFile version Id
FileInfo.PasswordPassword for password-protected document to be signed.
OptionsArray with at least one VerifyOptions that specifies Verification options to provide Document signature verification

On this page