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.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.
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
API Retrieval (PDF & Photos)
Programmatically retrieve specific verification details using our API:- PDF Reports: Download the full verification summary as a PDF using the PDF Generation endpoint.
- Verification Photos: Get URLs for specific user verification photos (document images, face photos) using the Data Retrieval endpoint.
Bulk Downloading via API
To efficiently download multiple PDF reports or photos using the API:- Get
scanRefList: Generate a Verification Report on the Dashboard for your desired date range, ensuring the report includes thescanRefcolumn. ThescanRefis the unique identifier for each verification. - Iterate with API: Create a script or application to loop through the list of
scanRefs from the report. For eachscanRef, call the appropriate API endpoint (PDF Generation or Data Retrieval) to download the corresponding file to your system.