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.