> ## Documentation Index
> Fetch the complete documentation index at: https://docs.didit.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Export to PDF & CSV

> Export KYC verification results to PDF reports or CSV files for compliance audits, regulatory reporting, and data analysis. Available in the console or via API.

Didit lets you export verification data in two formats — **PDF** for individual session reports and **CSV** for bulk data exports. Both options are available from the Didit Console and through the API.

***

## Export PDF

Generate a PDF report containing the full verification results of an individual session. You can do this in two ways:

* **From the Console** — open any session and click the **Download PDF** button.
* **Via the API** — call the [Generate PDF](/sessions-api/generate-pdf) endpoint.

<Frame>
  <img src="https://mintcdn.com/didit-0f962782/ibesJiSLVa9jZb5z/images/console-export-pdf.png?fit=max&auto=format&n=ibesJiSLVa9jZb5z&q=85&s=3a67771c429fa169ea89475bf400ae02" alt="Export PDF from the verification dashboard" width="1245" height="528" data-path="images/console-export-pdf.png" />
</Frame>

The PDF includes all verification steps, extracted data, biometric scores, AML results, and the final decision — formatted for compliance audits and regulatory filings.

***

## Export CSV

The CSV export allows you to download verification session data in bulk for further analysis or record-keeping. Customize the exported data by selecting specific columns and filtering sessions.

<Frame>
  <img src="https://mintcdn.com/didit-0f962782/ibesJiSLVa9jZb5z/images/console-export-csv.png?fit=max&auto=format&n=ibesJiSLVa9jZb5z&q=85&s=e960c1db3a3ef8fbd506cf9b6f3a739f" alt="Export CSV with column selection" width="1256" height="851" data-path="images/console-export-csv.png" />
</Frame>

<Tip>
  Use CSV exports for periodic compliance reports, internal analytics, or importing verification data into your own systems.
</Tip>
