Skip to main content
Requirements:
  • API key pair
  • scanRef of the verification

Generating a verification PDF report

POST https://ivs.idenfy.com/api/v2/generate-pdf
Authorization: Basic {API_KEY}:{API_SECRET}
Content-Type: application/json

Report contents

The generated PDF report includes:
  • Verification data
  • Verification status
  • Miscellaneous data
  • AML data
  • LID data
  • Face photo
  • Document photos

Request parameters

A unique string identifying a client verification.
Language selection for the generated report. Possible values: en, lt.

Request example

{
  "scanRef": "350e2420-8850-11e9-baa5-309c231b1bac"
}

Request example — with language

{
  "scanRef": "350e2420-8850-11e9-baa5-309c231b1bac",
  "language": "lt"
}

Response — success

After a successful API call, you will receive a PDF file in Base64 format and a response with a 200 status code.