Screening Result
PDF Report
Generate a PDF report of the screening results for a specific applicant.
The Screening PDF Report API allows you to generate and retrieve a PDF report containing the comprehensive screening results for an applicant. This report includes all the screening data in a formatted, printable document.
View the API reference for this endpoint at Get Screening Report.
Sample Report
View a complete sample report: Deep Check Sample Report
Endpoint
Authentication
All requests must include an API token in the Authorization header.
Path Parameters
Parameter | Type | Description |
---|---|---|
userId | string | The unique identifier of the applicant to screen |
Response
The response includes a URL to download the generated PDF report.
The generated PDF report typically includes:
- Applicant’s personal information
- Credit score and financial analysis
- Income verification details
- Employment history
- Rental history and landlord reviews
- Bank account information
- Risk assessment flags
- Transaction history
Error Responses
Status Code | Description |
---|---|
400 | Bad Request - Invalid userId or malformed request |
401 | Unauthorized - Missing or invalid API token |
404 | Not Found - Report not found for the specified user |
500 | Internal Server Error - Something went wrong on our end |
Usage Notes
- The PDF report URL is typically valid for a limited time. Make sure to download the report soon after receiving the URL.
- The report generation may take a few seconds depending on the amount of data to process.
- The PDF is formatted for standard letter size (8.5” x 11”) paper.