> ## 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.

# Verification Report

> Generate detailed identity verification reports with extracted data and compliance audit trails via the iDenfy dashboard or API endpoints.

You can retrieve verification reports and associated data from iDenfy using two main methods: the Dashboard for bulk CSV reports, or the API for individual PDF reports and photos.

## Dashboard Reports (CSV)

Generate comprehensive verification reports in CSV format directly from the iDenfy dashboard. These reports can cover multiple verifications within your chosen date range and include various data points.

* **Instructions:** [Generating ID Verification Reports on the Dashboard](/guides/dashboard/settings/kyc-data-retrieval)

## API Retrieval (PDF & Photos)

Programmatically retrieve specific verification details using our API:

1. **PDF Reports:** Download the full verification summary as a PDF using the [PDF Generation](/kyc/pdf-generation) endpoint.
2. **Verification Photos:** Get URLs for specific user verification photos (document images, face photos) using the [Data Retrieval](/kyc/data-retrieval) endpoint.

<Tip>
  Links to verification photos, whether obtained via API or webhook, are temporary and expire after **1 hour** for security reasons. If you need long-term access, please download and store the photos locally soon after retrieval.
</Tip>

## Bulk Downloading via API

To efficiently download multiple PDF reports or photos using the API:

1. **Get `scanRef` List:** Generate a [Verification Report on the Dashboard](/guides/dashboard/settings/kyc-data-retrieval) for your desired date range, ensuring the report includes the `scanRef` column. The `scanRef` is the unique identifier for each verification.
2. **Iterate with API:** Create a script or application to loop through the list of `scanRef`s from the report. For each `scanRef`, call the appropriate API endpoint ([PDF Generation](/kyc/pdf-generation) or [Data Retrieval](/kyc/data-retrieval)) to download the corresponding file to your system.
