Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
Whether to include main step photos (FRONT, FACE, BACK) in the generated PDF. Defaults to true.
Whether to include additional step photos in the generated PDF. Defaults to true.

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.